I am trying to set up locally a multisite with MAMP, when I viewed the site on browser, it says 500 error. To troubleshoot the issue, I added this block of code into the index.php: <?php error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE); Now when I view the site again, I see the error as below: Warning:Read more