MyBB Community Forums

Full Version: Unable to access MyBB Forum.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Everyone!

I just installed MyBB today and after dealing with problems with MySQL, I can't get to my forum. Every time I try to access it, it comes up with this message:

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:\wamp\www\mybb\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:\wamp\www\mybb\inc\class_error.php 171 errorHandler->output_error
[PHP] errorHandler->error
C:\wamp\www\mybb\inc\class_core.php 163 set_magic_quotes_runtime
C:\wamp\www\mybb\inc\init.php 51 MyBB->MyBB
C:\wamp\www\mybb\global.php 19 require_once
C:\wamp\www\mybb\index.php 18 require_once

What does this error mean???? I'm really confused and wanting to get my forum up and running soon. Thx to all that help me.

-Technogeek17
Your host has PHP 5.3.0 installed and MyBB isn't fully compatible with it yet because PHP 5.3.0 is still very new. See here for how to fix it: http://community.mybboard.net/thread-521...#pid372017

It will be fixed in the next maintenance release of MyBB Smile
Yes! That did the trick and my forum is up running now! Thanks for your help.

-Technogeek17