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
#2

[eluser]Nikhil Vijayan[/eluser]
may be matchbox does not support invoking by quesry string can u post this topic in the matchbox support google group. the developer of match Zack will respond and give you a solution

http://groups.google.com/group/matchbox-support?lnk=sg
#3

[eluser]wiredesignz[/eluser]
Or you could move your application to the more advanced Modular Extensions which does support anything CodeIgniter allows, and allows you to use multiple controllers per request.




Theme © iAndrew 2016 - Forum software by © MyBB