Forums
-
- Forum
- Posts
-
- Installation
- 27,621
- Troubleshooting
- 60,560
- Themes
- 10,191
- Plugins
- 14,973
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
You’re getting these errors only because the PHP version from your local server environment is quite new.
Simply put this at the start of your bb-settings.php file after the first opening PHP tag
error_reporting(0);
This should remove most of the errors.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS