[Help] Global.php error

DaiMinzz

Member
Aug 7, 2011
52
1
o7st40.png


The screenie allready say the problem, and i dunno how to fix ?? what to do?

thanks
 

ECode

New Member
Nov 20, 2011
14
2
1. Go to global.php > line 30
2. Replace the code
Code:
set_magic_quotes_runtime()
with this one:​
if(get_magic_quotes_runtime()){​
set_magic_quotes_runtime(false);​
}​
 

Users who are viewing this thread

Top