MyBB Community Forums

Full Version: MyBB has experienced an internal error and cannot continue. Error Type: (8192)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The forum was working fine at around 2 o'clock then around half 3 it stopped working and started displaying this information after entering the URL : www.lcru.createmybb3.com

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: C:\sites\createmybb3\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
C:\sites\createmybb3\inc\class_error.php 171 errorHandler->output_error
[PHP] errorHandler->error
C:\sites\createmybb3\inc\class_core.php 163 set_magic_quotes_runtime
C:\sites\createmybb3\inc\init.php 166 MyBB->MyBB
C:\sites\createmybb3\global.php 23 require_once
C:\sites\createmybb3\index.php 24 require_once
Please contact the MyBB Group for support.

Thanks for any help Given.

xD
You have to contact CreateMyBB about this issue.

Alternatively, you could get a better host such as MyBB New or Forym Host.
Wow, Thanks for the fast response. are the MyBB New and Forym Host still free?
Yes, 100%. I own Forym Host by the way.

If you wish, you can signup here - http://forymhost.com/create ( http://community.mybb.com/thread-103905.html )

MyBB New is also a good service - http://mybbnew.com/
You got any Idea how to fix it? Looking on the createmybb support forum and theres only me online -_-
It's a host issue. CreateMyBB would have to fix it.

Chances are, they probably won't. They're still running MyBB 1.2 for a lot of forums.
So my best bet is to make a new forum using a different host? You know of any others apart from those two you mentioned above?
Either that or wait it out and see if they'll fix it.

The only other working free MyBB forum host I know of is icyboards.com
This is a magic quotes problem. Check the version of your hosts PHP. You can do that in admincp for phpinfo. Under tools I think.

If you search around here there is a couple threads with possible fixes. Fairly easy to fix this. Your host should add the config or upgrade his php. I bet he is on 5.2x branch still.
Magic Quotes has been DEPRECATED as of PHP 5.3.0. Relying on it is highly discouraged, it's not a fault of the hosting service, but rather with MyBB not properly updating its core.
Pages: 1 2