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. all method mentioned on Stackoverflow or other sites. Kindly guide me.
UPDATES
I found that there is
$this->load->database();
When i remove this, it works, but when I add again, it doesn't work. My site is on shared hosting server