Welcome Guest, Not a member yet? Register   Sign In
Function set_magic_quotes_runtime() is deprecated
#2

[eluser]Kip zonder Kop[/eluser]
Change the first line of index.php in something like:

Code:
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));

and you'll be all right I guess.

From the PHP manual

Quote:Warning

This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.

If this just started a few days ago, your PHP version must have been upgraded.


Messages In This Thread
Function set_magic_quotes_runtime() is deprecated - by El Forum - 12-30-2009, 05:16 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 12-30-2009, 06:13 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 12-30-2009, 07:54 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-01-2010, 09:05 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-01-2010, 09:44 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-01-2010, 01:06 PM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-03-2010, 04:50 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 04:38 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 06:50 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 07:20 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 07:30 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 08:12 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 09:00 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-05-2010, 09:05 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 05-09-2010, 09:48 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 06-15-2010, 09:27 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 01-03-2011, 04:12 AM
Function set_magic_quotes_runtime() is deprecated - by El Forum - 04-18-2011, 11:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB