Welcome Guest, Not a member yet? Register   Sign In
Code igniter disply blank page on server but works properly on localhost
#1
Sad 

Code igniter disply blank page on server but works properly on localhost
Reply
#2

The blank page indicates an error has occurred, but error reporting is disabled (which is what you want on a production server, but during initial setup you may want to enable error reporting, especially if the error isn't showing up in your logs).

More than likely, this is caused by a database configuration issue or possibly a filename issue.
Reply
#3

(07-20-2015, 12:13 AM)tejasmht88 Wrote: Code igniter disply blank page on server but works properly on localhost

My guess is that one of your controllers does not have file name or class name as upper case.

Check controllers and models

Welcome.php

class Welcome extends CI_Controller

Model_test.php

class Model_test extends CI_Model
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB