Info
- 5 posts
- 2 voices
- Started 1 year ago by Trilijan
- Latest reply from Trilijan
- This topic is resolved
some errors during installation
-
- Posted 1 year ago #
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 :)
-
- Posted 1 year ago #
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 -
- Posted 1 year ago #
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?
-
- Posted 1 year ago #
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.
-
- Posted 1 year ago #
Ok, thank you very much :)
-
This topic is
closed