Tons of Depreciated Errors
-
I always get this crap on top of all the bbPRess pages:
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-settings.php on line 186
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/backpress/functions.wp-object-cache.php on line 108
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/backpress/pomo/mo.php on line 171
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/functions.bb-l10n.php on line 484
Deprecated: Assigning the return value of new by reference is deprecated in /*/*/*/forum/bb-includes/backpress/class.wp-taxonomy.php on line 581
I managed to get things going with a simple call to ob_start() in bb-load.php and used error_reporting(E_ALL ^ E_DEPRECATED) to turn the warnings off, but it did not work. What’s the deal with this crap?
- You must be logged in to reply to this topic.