Massive error_log File!
I am getting this php error on every single page load of my website:
[06-Dec-2012 17:48:47 UTC] PHP Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
I have searched for the term 'magic' in developers tool kit and the only file that would be called on every page load is:
includes/application_top.php
Line #91 : * turn off magic-quotes support, for both runtime and sybase, as both will cause problems if enabled
Line #93 : if (version_compare(PHP_VERSION, 5.3, '<') && function_exists('set_magic_quotes_runtime')) set_magic_quotes_runtime(0);
Line #94 : if (@ini_get('magic_quotes_sybase') != 0) @ini_set('magic_quotes_sybase', 0);
Can anyone help me on this? only just noticed it and got logs that date back to April 2012 with a error file at 4Gig!
Cheers
Phil
Phil Rogers
A problem shared is a problem solved.