Forums
-
- Forum
- Posts
-
- Installation
- 28,094
- Troubleshooting
- 61,375
- Themes
- 10,273
- Plugins
- 15,121
- Requests & Feedback
- 14,751
- Showcase
- 3,251
-
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