Support Forums
Problem with WAMP and MyBB - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Web Server Support and Setup Help (https://www.supportforums.net/forumdisplay.php?fid=37)
+---- Thread: Problem with WAMP and MyBB (/showthread.php?tid=2681)



Problem with WAMP and MyBB - Jordan L. - 11-08-2009

So, I got this error before installing MyBB on my WAMP Server:

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

Please contact the MyBB Group for support.

I tried installing anyway, and it worked. I then finished the isntallation, and went to the Forums and once again got that error.. anyone know why this is happening and how to fix it?


RE: Problem with WAMP and MyBB - Gaijin - 11-17-2009

It's funny how this thread got 5 stars....

Any way which version of PHP and myBB are you using?
Here is a post that might help you.

http://community.mybboard.net/thread-52195-post-372017.html#pid372017