MyBB Community Forums

Full Version: MYBB 1.4.9 dosen't work on php 5.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,Today when I installed the last version of MYBB on local server figured out that it didn't work,I got some error messages like below :
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\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);  



I got free when i commented the error line,I want to now ,Is there any problem with way I did?
No, search the forum the fix has been posted multiple times. It will be updated for 5.3 in the next release.
(2009-10-06, 07:29 PM)NetSage Wrote: [ -> ]It will be updated for 5.3 in the next release.

It will be updated in the next maintenance release. There may be other security releases which won't update the files.