Hey All, Was there a change in the way that components are loaded up in controllers? I looked at the source and didn't notice anything different between 1.3 and 2.0 surrounding this.....
I pasted my 1.3 source into a 2.0 directory structure and I'm in the process of re-cake-ifying it....and in my Users controller I have $this->Auth->allow() being called in beforeFilter. With that, cake complains "Fatal error: Call to a member function allow() on a non- object" because the Auth component isn't loaded. However, I have verified that it is loaded in AppController (the parent controller), shouldn't the two components arrays be merged? This works in 1.3, I literally did a copy and paste of the app code. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
