I'm about to start a new project using CI, and would like to start learning and using the cjax library.
Let it be said that i'm farly new to CI, and just about learned about cjax, so please have me excused if my questions is somewhat 'noob'
I uploaded a new set of CI files and the cjax files to my webserver, changed a few config settings like base_url, encryption_key and a few other basic CI settings.
This is a dev server, so all files and folders are in the same root folder, and so far i have not set up any htaccess file.
When i access my new project, the CI default works, but when i try to access ajax.php?test/test i get this error:
Code:
Fatal error: Class 'CI_Controller' not found in /home/14/w213454/www/portal_v2/application/response/test.php on line 3
Where line 3 in response/test.php says:
Code:
class Test extends CI_Controller {
I have tried searching for an answer online, and read around in the cjax documentation, but have not forund an answer that have helped.
I'm hoping you guys maby could take some time to help me out on this one ?
And i'm sorry if this question have been answed before, but if it have, i've not found it.