You should've copied the app_controller.php you found in your ckae/ cake dir an pasted it into your cake/app dir.
As far as the rest, I am not familiar with manual's authentication system. On Jul 26, 6:46 am, rtanz <[EMAIL PROTECTED]> wrote: > hi im trying to implement the manual's authentication system into my > application. however now when i try to accesshttp://localhost/cake/users/ > i am getting a Missing Method in UsersController error, saying that > index is missing from the controller. > > My controller has the following functions: > > function beforeFilter() > function login() > function logout() > function index() > etc > > Rest is taken from the manual. Only thing im not sure about is the > app_controller.php modification. On the manual it says that this file > should be in /app but i only found it in cake/cake not in my cake/app > folder. Therefore i modified the file i found there. > > any help on this? thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
