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
and see if it's either enabled or disabled.
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.