EE 2.5.3
Navigating to http://www.eastdbqschools.org presents a white page of death. However when I hit http://www.eastdbqschools.org/index.php/district (this is set in the Template Manager as the sites default template), everything works as it should.
Things I’ve tried:
Setting debug to 1 the root to index.php
Adding the following starting line190 on the root index.php:
init_set(‘display_errors’, 1);
error_reporting(E_ALL);
init_set(‘memory_limit’, ‘512M’);
I have been able to add die(‘motherFR’); to the first line in index.php. This is the only way I am able to seemingly interact with this file and get it to respond to me.
I am stuck here, hardcore and could use a bit of good luck and great help. I’m at my wits end with this!
Thanks very much.