Hi,

I'm new on CakePHP, but I'm an experimented web developer and I used
lost of frameworks.

I just installed CakePHP 1.3 and configured it.
On the cake homepage I got all checks green.
My apache seems properly configured with  mod_rewrite.

Then tried made a simple test inspired from the blog tutorial but I
got an ununderstandable error:
------------------------------------------------------------------------------------------------
Missing Controller

Error: UsersController could not be found.

Error: Create the class UsersController below in file: app/controllers/
users_controller.php

<?php
class UsersController extends AppController {

        var $name = 'Users';
}
?>

Notice: If you want to customize this error message, create app/views/
errors/missing_controller.ctp
------------------------------------------------------------------------------------------------

I don't understand why cake is looking for that UserController when I
call the PostController.

Any idea ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to