CreateMyBB Support Forums

Full Version: [Error Message] MyBB has experienced an internal error and cannot continue. Error Typ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 : http://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
.
Fixed
Jon Wrote:Fixed

Thank you!

Any suggestions on how to prevent this from occurring again?
Won't happen again we changed servers and the new php version did not support it.
All the above member are facing to this problem before i mention here the same problem i am facing on my forumBig GrinBig Grin
So any alternative way to resolve this.