After debugging a codeigniter app that were installed into a new development environment, I have started to freak out when seeing white screens with nothing more available.
The best thing is to have a checklist of the common problems that could cause this since CI's default is already
error_reporting(E_ALL);
list goes on..