Hello,
I continue to get this response with every tutorial I try.
NotesController is from the last tutorial I tried. I've varified all
files are in the correct dirs. I have no typos. And I just don't know
what to do - I've practically been up all night trying to resolve
this.
Can anyone give me some tips here? I've tried about everything I can
fine on Google and this group.
MESSAGE ::
CakePHP Rapid Development
Missing controller
You are seeing this error because controller NotesController could not
be found.
Notice: If you want to customize this error message, create app/views/
errors/missing_controller.thtml.
Fatal: Create the class below in file : app/controllers/
notes_controller.php
<?php
class NotesController extends AppController {
var $name = 'Notes';
}
?>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---