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

[eluser]Ajaxboy[/eluser]
[quote author="jhob" date="1357808087"]But I already have item.php in Controllers directory:

Code:
class Item extends MY_Controller
{

which currently has non-AJAX methods.

Obviously I can't duplicate that class so not quite sure what I would put in response/item.php ?[/quote
[/quote]

You can safefly replicate the class, due that when you run an ajax controller the other controller isn't running. Should you come to the unlikely situation when you need to load both controllers, you can start the ajax controller class with an undercore, "_".

Ajax controllers are separated from regular controllers for organization purposes so that you know where your ajax functionality is and it is not all mixed up. If you would like to change to and make it all mixed again, you need do the following:

Change file ajax.php line 22, to choose a the directory you want your ajax controllers in, in this case, "application/controllers"


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