Abhinav Sood (@abhinavsood)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • In reply to: errored when installed

    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.

Viewing 1 replies (of 1 total)