Forums

Join
bbPress Support ForumsInstallationsome errors during installation

Info

some errors during installation

  1. I've just tried to install bbpress forum, and during installation and after at the top of the screen I have got this warrnings:

    Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\bbpress\bb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\bbpress\bb-includes\backpress\functions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\bbpress\bb-includes\backpress\pomo\mo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\bbpress\bb-includes\functions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\bbpress\bb-includes\backpress\class.wp-taxonomy.php on line 581

    Does anybody know what is it, and what to do?

    Thnaks :)

  2. Chances are you are using PHP 5.3. If you can downgrade to PHP 5.2, these warnings will go away.

    Also:
    http://bbpress.org/forums/topic/tons-of-depreciated-errors

  3. Yes, I'm using php 5.3.0

    So, if I'm right, I don't need to downgrade it, it is enough if I turn off these reports?

  4. Yes, turn off the display of deprecated messages. They're not errors or even warnings or notices. They're just telling you not to rely on a function because it is deprecated and will be going away in a future version.

    Also, the problem is fixed in the trunk/development release, but is not fixed in the packaged 1.0.2 release you downloaded.

  5. Ok, thank you very much :)

  6. This topic is closed