HELP! I got the white screen of death after merging in the latest master revision!

edited May 2012 in Installation
I had a previous site built on Fuel that I cloned last August and just got around to updating the site with the latest changes. Any clue as to what may be happening? My site returns a blank white screen with no HTML source at all.

Thanks,
Erik

Comments

  • edited 8:08PM
    That usually means there is some sort of PHP error happening very early on in the execution of the page... perhaps in one of the config files (e.g. fuel_constants, MY_fuel.php, MY_fuel_modules.php or MY_fuel_layouts.php). You may want to try throwing in some debug code in those files starting with the fuel_constants which is loaded the earliest, perhaps a simple exit('test');
  • edited 8:08PM
    I figured it out, I just missed fixing one of the conflicts in MY_fuel.php. I fixed one, but missed another. It was the fuel_mode and the admin_enabled settings that had conflicts.

    Thanks for the guidance!
    Erik
Sign In or Register to comment.