class PostsController extends AppController {
}
?>
On Fri, Jun 1, 2012 at 10:13 AM, Kid Noire <thiskidnoire@gmail.com> wrote:
I've just installed CakePHP and trying to get myself through
Andrewperk's blog tutorial but I get this error after the second
video...
Missing Controller
Error: PostsController could not be found.
Error: Create the class PostsController below in file: app/Controller/
PostsController.php
<?php
class PostsController extends AppController {
}
I've tried to Google my way out of this one but don't have the
technical expertise to comprehend the suggestions I find. I'm
assuming my routes are a bit f'd up so if anyone could help me I would
be greatly appreciative.
Sincerely,
A Noob
------------
BTW I'm using XAMPP on a Mac
Thanks!
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment