MyBB Community Forums

Full Version: Function set_magic_quotes_runtime() is deprecated
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal error and cannot continue.

Error Type:
(8192)
Error Message:
Function set_magic_quotes_runtime() is deprecated
Location:
File: C:\mybb\Upload\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:\mybb\Upload\inc\class_error.php 164 errorHandler->output_error
[PHP] errorHandler->error
C:\mybb\Upload\inc\class_core.php 163 set_magic_quotes_runtime
C:\mybb\Upload\inc\init.php 51 MyBB->MyBB
C:\mybb\Upload\global.php 19 require_once
C:\mybb\Upload\index.php


How to resolve this issue.

Thanks
i got this error when i tried to upgrade my version 1.4.2 to 1.4.11,