Welcome Guest, Not a member yet? Register   Sign In
CJAX 'Can't find controller' error after install
#9

[eluser]Ajaxboy[/eluser]
Your php version looks fine.

The only scenario where Cjax would try to run your controller is if the word "controller" is defined some where in the url query string ($_GET or $_REQUEST method), or you some how start a new class of "ajax" - like " new ajax($controller);". As you can see in the last 3 lines of file ajaxfw.php, it would not start any other way, no way around that.

Or some how $_GET["controller"] gets defined in file cjax/cjax.php, which would only happen if $ajax->isAjaxRequest() return true or 'AJAX_VIEW' is defined which happens only in ajax.php line 34.

Try to debug and do (some where in your controller ):

Code:
echo "<pre>".print_r($_REQUEST,1))."</pre>";

And see if the controller shows up on the list.


Messages In This Thread
CJAX 'Can't find controller' error after install - by El Forum - 01-07-2013, 09:35 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-07-2013, 10:10 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-09-2013, 10:33 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-10-2013, 01:54 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-10-2013, 07:26 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-10-2013, 08:40 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-10-2013, 06:49 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-11-2013, 03:41 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-11-2013, 07:26 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-15-2013, 05:30 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-18-2013, 07:52 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-19-2013, 01:06 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-19-2013, 03:39 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-19-2013, 09:04 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-20-2013, 10:22 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-22-2013, 09:23 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-22-2013, 06:38 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-23-2013, 02:11 AM
CJAX 'Can't find controller' error after install - by El Forum - 01-23-2013, 08:19 PM
CJAX 'Can't find controller' error after install - by El Forum - 01-24-2013, 06:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB