MyBB Community Forums

Full Version: Internal error (8192)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i've installed mybb on my server multiple times and every time i get the same error. I am hosting this forum as a test along with smf, phpbb3, yabb, and punbb as well as other php scripts like drupal, wordpress, and coppermine.here is a link to my php info file.
http://jprince2.thruhere.net/zgeneralfiles/phpinfo.php

I did notice i got several time zone errors during install but that happened on several other scripts so i don't think that's the issue. any help would be appreciated. here's the link to the test forum.
http://jprince2.thruhere.net/test/mybb/forum/index.php


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:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test\mybb\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:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test\mybb\forum\inc\class_error.php 171 errorHandler->output_error
[PHP] errorHandler->error
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test\mybb\forum\inc\class_core.php 163 set_magic_quotes_runtime
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test\mybb\forum\inc\init.php 51 MyBB->MyBB
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test\mybb\forum\global.php 19 require_once
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test\mybb\forum\index.php 18 require_once
Please contact the MyBB Group for support.
I assume you didn't search for an answer first: http://community.mybboard.net/thread-521...#pid372017
thanks!