the error_log doesn't show the files associated with it that i see...
just shows it like:
[07-Mar-2012 03:58:01 UTC] PHP Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[07-Mar-2012 03:58:01 UTC] PHP Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[07-Mar-2012 03:59:02 UTC] PHP Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[07-Mar-2012 03:59:45 UTC] PHP Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
i did a search w/ the developers toolkit for magic_quotes_gpc my QBI addon does use magic_quotes_gpc in 2 files (one of the few addons that is not updated for v1.5) but you wouldn't think that is something triggered several times every minute like the error_log is showing since i only import my orders a couple times a day.
and also a file called sqlpatch.php in the admin folder has
Line #664 : if (version_compare(PHP_VERSION, 5.4, '<') && @get_magic_quotes_gpc() > 0) $query_string = stripslashes($query_string);
that looks like the sqlpatch.php came w/ the v1.5 zencart, does that have anything to do with anything?
i'll talk to my host more to see what they say about the php.ini. thanks