Welcome Guest, Not a member yet? Register   Sign In
matchbox problem
#1

[eluser]Блум[/eluser]
Hello,
I'm using CI 1.6.2 and Matchbox 0.9.3.
I have
Code:
$config['enable_query_strings'] = TRUE;
$config['directory_trigger'] = 'd';     // experimental not currently in use
$config['controller_trigger'] = 'c';
$config['function_trigger'] = 'm';
and a module called 'imageUproar' with default controller called the same. 'getPics' is a method of this controller. The problem is that when I call http://inp.dev/imageUproar/getPics everything is fine, but when I call http://inp.dev/index.php?c=imageUproar&m=getPics i get:
Quote:An Error Was Encountered

Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.
Why these queries are treated differently.. is it my mistake or this is just the way it is?
Thank You


Messages In This Thread
matchbox problem - by El Forum - 06-13-2008, 09:27 AM
matchbox problem - by El Forum - 06-13-2008, 11:07 AM
matchbox problem - by El Forum - 06-13-2008, 07:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB