Welcome Guest, Not a member yet? Register   Sign In
Class 'Controller' not found
#1

[eluser]strike312[/eluser]
Hi Guys, just following the first tutorial video and I'm stuck actually on the very first piece of code.

I have downloaded Code Ingiter 2.0.1, and put the folder CI into my webroot folder public_html.

I have created a new php file site.php with the following code in it under the applications/controllers folder.
I have also tried using
Code:
class site extends CI_Controller.

Code:
<?php

class site extends Controller{

    function index(){

        echo "hello world!";
        
    }
}

?>

I receive the following message when accessing via localhost/ci/index.php/site

Quote:Fatal error: Class 'Controller' not found in C:\public_html\CI\application\controllers\site.php on line 3

Any ideas? I read in another post regarding the AddType and I have added the following line to the httpd.conf in the Apache folder:
Code:
AddType application/x-httpd-php .php .phtml .php3 .html
and my directory and document root is set to c:/public_html.

Any help would be appreciated.

Thanks


Messages In This Thread
Class 'Controller' not found - by El Forum - 03-20-2011, 03:55 PM
Class 'Controller' not found - by El Forum - 03-20-2011, 09:03 PM
Class 'Controller' not found - by El Forum - 03-20-2011, 09:28 PM
Class 'Controller' not found - by El Forum - 03-20-2011, 11:02 PM
Class 'Controller' not found - by El Forum - 03-21-2011, 12:00 AM
Class 'Controller' not found - by El Forum - 03-21-2011, 01:45 PM
Class 'Controller' not found - by El Forum - 03-21-2011, 01:48 PM
Class 'Controller' not found - by El Forum - 03-21-2011, 04:19 PM
Class 'Controller' not found - by El Forum - 03-30-2011, 10:02 AM
Class 'Controller' not found - by El Forum - 03-30-2011, 10:08 AM
Class 'Controller' not found - by El Forum - 03-30-2011, 10:14 AM
Class 'Controller' not found - by El Forum - 03-30-2011, 02:34 PM
Class 'Controller' not found - by El Forum - 03-31-2011, 03:04 PM
Class 'Controller' not found - by El Forum - 03-31-2011, 03:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB