Fixing CodeIgniter's Blank Screen of Death
I ran into a problem with CodeIgniter today where I was getting a white screen, No output; nothing, and I soon found out it has been nicknamed "The White Screen of Death" on some other sites. After looking over a number of forums I found a bunch of different reasons that could be causing this issue. However, to my dismay none of them worked! Finally I ended up reverting to a backed up model I had and it worked. However I still wasn't certain what was causing this problem until now.
The Solutions
- Make sure you do not have duplicate class & function names in your models and controllers.
- Make sure you didn't accidentally type a variable without a dollar sign.