Forums
-
- Forum
- Posts
-
- Installation
- 28,363
- Troubleshooting
- 62,094
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,875
- Showcase
- 3,252
-
To remove the warnings when using PHP 4, until Sam fixes it, go into bb-settings.php
and change the error_reporting line (line 51 in 0.9.0.4 and line 29 in 1.0a5)
old:
// Modify error reporting levels
error_reporting(E_ALL ^ E_NOTICE);
new:
error_reporting(0);
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS