Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
parse error
#4
Try doing what this post describes:

http://community.mybb.com/thread-65555-p...#pid470968

If that doesn't work, backup your database then disable your plugins(all of them). See if you are still having the error.

Also, in your test.php delete phpinfo() and run this

Code:
if(get_magic_quotes_gpc())
    echo "enabled";
else
    echo "disabled";

and see if it's either enabled or disabled.
Reply


Messages In This Thread
parse error - by kizmark - 10-31-2010, 06:38 PM
RE: parse error - by Brandon - 10-31-2010, 11:29 PM
RE: parse error - by kizmark - 11-01-2010, 05:38 AM
RE: parse error - by Brandon - 11-01-2010, 10:54 AM
RE: parse error - by kizmark - 11-01-2010, 05:08 PM
RE: parse error - by Brandon - 11-01-2010, 06:07 PM
RE: parse error - by kizmark - 11-02-2010, 06:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)