Welcome Guest, Not a member yet? Register   Sign In
Can't load a controller except the "default" one
#2

[eluser]mrmuggles[/eluser]
Here was the problem :
I had
$config['uri_protocol'] = "PATH_INFO";
in the config.php file.

I changed it to
$config['uri_protocol'] = "AUTO";
and everything worked!

Smile


Messages In This Thread
Can't load a controller except the "default" one - by El Forum - 05-29-2011, 01:36 PM
Can't load a controller except the "default" one - by El Forum - 05-29-2011, 01:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB