MyBB Community Forums

Full Version: MyBB 1.6 error!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB 1.6 error!
On My Site Showing On header this type error :Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/tepantor/public_html/forum/inc/class_core.php on line 165
[Image: 2009-01-07_160524.jpg]

Plz help me.How can i remove it.
Your host should disable magic quotes, but to fix the error, in ./inc/class_core.php, line 165:

set_magic_quotes_runtime(0);

change to:

@set_magic_quotes_runtime(0);
thx man ............................ Smile