Can anyone tell me what might be the source of this error. I have tried all solutions I found online with no avail. I just installed a cakePHP framework and I am getting this error on index.cpt page...
Error: Fatal error: Class 'AppController' not found in [mypath] on line 2
<?php
class HomeController extends AppController {
function index() {
//nothing's here
}
}
?>
The above is my code...homeController.php and appController.php are on the same folder