I've got a development server and a live server running my websites. I've upgraded to RC1 and I'm getting some errors when trying to access some pages that rely on Acl. Auth works because it logs me in but any page that requires Acl gives these errors.
Notice (8): Undefined index: action [CORE/cake/libs/controller/ components/auth.php, line 439] Notice (8): Undefined index: action [CORE/cake/libs/controller/ components/auth.php, line 440] Notice (8): Undefined index: controller [CORE/cake/libs/controller/ components/auth.php, line 440] Warning (512): Auth::startup() - Attempted access of un-mapped action "" in controller "" [CORE/cake/libs/controller/components/auth.php, line 440] Warning (2): Cannot modify header information - headers already sent by (output started at /usr/lib/php/cake/cake/basics.php:111) [CORE/ cake/libs/controller/controller.php, line 576] I'm using $this->Auth->authorize = 'crud'; The code and file structure is the exact same on both servers. One works (winblows) and one does not (linux). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
