hi im trying to implement the manual's authentication system into my application. however now when i try to access http://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 -~----------~----~----~----~------~----~------~--~---
