Forums
-
- Forum
- Posts
-
- Installation
- 28,419
- Troubleshooting
- 62,486
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
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.