Sorry for the repeated posts: I also tried:
This: ‘error_reporting(E_ALL & ~E_DEPRECATED); ini_set(“display_errors”,”On”)’
and this: ‘error_reporting( E_ALL & ~E_DEPRECATED );’
and this: ‘if ( !defined( ‘BB_ERROR_REPORTING’ ) ) {
define( ‘BB_ERROR_REPORTING’, E_ALL & ~E_DEPRECATED );
}
error_reporting( BB_ERROR_REPORTING );’
None of these worked. I get down to one remaining error still displaying and no access beyond that error at /bb-admin.
Thanks again. I’ll watch the ticket.
I have the same issue, and clearly many others from the looks of a google search.. the TRAC ticket here (https://trac.bbpress.org/ticket/1187) just dies. Is there an update?
Also, and this surprises me, I have put the following in my bb-settings.php file: ‘error_reporting(0);’ and yet I *still* get one remaining error: ‘Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocslamplightercommunitybb-settings.php on line 186’ and I cannot Admin the bbpress installation (it also returns the same error). At this point I have no choice but to abandon bbpress.
Any help is appreciated. I am running bbpress 1.0 and wordpress 2.9. Let me know if there is anything else needed to diagnose