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

[eluser]jhob[/eluser]
I tried as you suggest but there's nothing in the request object that would be interfering, in fact the page I tried it with there was nothing at all.

Anyway I stripped this right back to see if I could work out where it was going wrong. Here's what I did

* Downloaded and installed a fresh CI 2.1.3.
* Downloaded and installed AJAXFW_4CI_5.3-Obama2012
* Modified views/welcome_message.php so that the start of the file looks like:

Code:
<?php
require_once "ajax.php";
$ajax = ajax();
?>
<!DOCTYPE html>
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;?php echo $ajax->init(); ?&gt;
&lt;title&gt;Welcome to CodeIgniter&lt;/title&gt;

Now when I load the site at http://localhost/cjax/ the welcome message displays fine.

If I try to access the index method in the welcome controller at:

http://localhost/cjax/index.php?welcome/index

I get the error Controller File: welcome.php not found

Now I can't simplify any more than this and it's still not working. I can only think I'm doing something really dumb, am I?

I can send you the zip of the site if you want to take a look yourself.

Thanks again for your continued help.

John


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