Deprecated: Function set_magic_quotes_runtime()
Open the “include/config.php”
find:
set_magic_quotes_runtime(0);
replace:
ini_set(“magic_quotes_runtime”, 0);
Hope it will work.
Open the “include/config.php”
find:
set_magic_quotes_runtime(0);
replace:
ini_set(“magic_quotes_runtime”, 0);
Hope it will work.