Zen Cart Logo
Forums / Bug Reports / ezPages & Escaping

ezPages & Escaping

Locked

Views: 1,310

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
13 Oct 2006, 8:16 PM
#1
utoxin avatar

utoxin

New Zenner

Join Date:
Oct 2006
Posts:
1
Plugin Contributions:
0

ezPages & Escaping

I am running version 1.3.0.1, on a server with PHP 5.1.6, and MySQL 5.0.24a, with magic_quotes turned completely off in my php.ini.

ezPages seems to be going a bit crazy on escaping input strings. After tracing through the code, it seems to pass it through mysql_real_escape_string() at least twice, and it doesn't pass it through stripslashes() on most output calls.

This is resulting in large piles of backslashes after just a few page saves.

If you need any other information, or want me to try any troubleshooting, let me know.