On Oct 5, 2007, at 12:22 PM, [EMAIL PROTECTED] wrote:
> > Hello, > > I'm new to CakePHP, on my first cake setup, i tried to follow the > tutorial and create files as stated but it seems I can't access the > page that I'm suppose to access like app/views/users/register.thtml. > Its giving me this error below: Cake URLs don't necessarily mirror the filesystem. > I already created the controller(app/controllers/users_controller) and > the model (app/models/user.php) for this one. Maybe I miss something > out. Create a register() function in your controller, and make sure there is a view for that controller action in app/views/users/ register.thtml (or .ctp for 1.2 users). Then visit it at /users/register. -- John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
