MyBB Community Forums

Full Version: MyBB Internal Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://doctorslove.net/
The home page shows the following Error.what to do ?


MyBB
MyBB Internal Error

MyBB has experienced an internal error and cannot continue.

Error Type:
(8192)
Error Message:
Function set_magic_quotes_runtime() is deprecated
Location:
File: inc/class_core.php
Line: 163
Code:
160. $this->strip_slashes_array($_GET);
161. $this->strip_slashes_array($_COOKIE);
162. }
163. set_magic_quotes_runtime(0);
164. @ini_set("magic_quotes_gpc", 0);
165. @ini_set("magic_quotes_runtime", 0);
166.
Backtrace:
File Line Function
/inc/class_error.php 171 errorHandler->output_error
[PHP] errorHandler->error
/inc/class_core.php 163 set_magic_quotes_runtime
/inc/init.php 51 MyBB->MyBB
/global.php 19 require_once
/index.php 19 require_once

Please contact the MyBB Group for support.
What version of MyBB are you running? This was fixed in version 1.4.9 onwards so you should not have this using the latest version.

Read this for more info:
http://community.mybb.com/thread-52195-p...#pid372017
Solution find and replace

163. set_magic_quotes_runtime(0);

Replace with @
163.@ set_magic_quotes_runtime(0);
http://doctorslove.net work cool now
is there any way to fight spam to register in the Site? let me know ASAP
love ya