Welcome Guest, Not a member yet? Register   Sign In
CI v2.0.2 cannot load the default controller
#2

[eluser]jmadsen[/eluser]
The blank page is mostly likely because you have errors suppressed;

in index.php, add:

ini_set('display_errors', 1);

or do so in the php.ini file

and see if you start getting error messages. I believe in v2.02 that was explicitly turned off, but I may be thinking of something else


Messages In This Thread
CI v2.0.2 cannot load the default controller - by El Forum - 10-05-2012, 11:06 PM
CI v2.0.2 cannot load the default controller - by El Forum - 10-06-2012, 04:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB