MyBB Community Forums

Full Version: Install Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed the forum for the first time on my test server at home and when I tried to load the page, I got this 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:\xampp\htdocs\forum\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:\xampp\htdocs\forum\inc\class_error.php 171 errorHandler->output_error
[PHP] errorHandler->error
C:\xampp\htdocs\forum\inc\class_core.php 163 set_magic_quotes_runtime
C:\xampp\htdocs\forum\inc\init.php 51 MyBB->MyBB
C:\xampp\htdocs\forum\global.php 19 require_once
C:\xampp\htdocs\forum\index.php 18 require_once

Please contact the MyBB Group for support.

Does anyone know how I can fix this? I dont want to go live with it until I have tested it first and know for a fact that I want to keep this software. Thanks in advance.
You would have found many threads on this if you had searched.
(2009-10-05, 05:36 AM)Joshua Mayer Wrote: [ -> ]You would have found many threads on this if you had searched.

I'm beginning to give up hope entirely Sad
It's getting worse everyday, one person already making three threads and a fourth one yesterday, people don't read the rules or bothering searching.