Hey, guys. I'm a newbie here. I encountered this problem when trying
to run a simple controller starting with the following lines:
class UsersController extends AppController {
var $name = 'Users';
var $scarffold;
var $helpers = array('Html', 'Form', 'Session');
var $components = array('Auth');
...
And the debugger said "Fatal error: Class 'AppController' not found in
C:\xampp\htdocs\cakephp\app\controllers\users_controller.php on line
2"
Would you please advise me what kind of mistake could I have made?
And how can I solve it?
Thanks a lot.
- Sean
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
To unsubscribe from this group, send email to
cake-php+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.