D DaiMinzz Member Aug 7, 2011 52 1 Jan 28, 2012 #1 The screenie allready say the problem, and i dunno how to fix ?? what to do? thanks
E ECode New Member Nov 20, 2011 14 2 Jan 28, 2012 #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);} Upvote 0 Downvote
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);}