Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,320
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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);