I have one codeigniter app which was working fine on localhost. When I uploaded the same on server, it shows blank page & returning no error. I have also used approx. al
in index.php file located in your base check
define('ENVIRONMENT', 'development');
if it's not then define it same.
Or you can write
error_reporting(E_ALL);
At end of this file, definitely it should work.