MyBB Community Forums

Full Version: MyBB - international Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i am from germany and my english ist not very good. Sorry.

When i will read in my forum i can connect this. three days i read this:

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 164 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 18 require_once

Please contact the MyBB Group for support.

What can we do? Must we wait and my forum connected or what can we do?

Best wishes
Sandy
Upgrade to 1.4.11. This was fixed months ago. For future reference it's a good idea to actually be on the latest version before asking support, sometimes an error you're having has been fixed, like this one has been.
Thank you! Smile