On Mar 22, 2011, at 11:54, Sam Sherlock wrote:
> On 22 March 2011 16:42, Ryan Schmidt wrote:
>> Accessing www.example.com/users shows me the plugin's list of users page, 
>> empty. There's a New User button which, when clicked, loads 
>> www.example.com/users/users/add, which says:
>> 
>> Error: The action add is not defined in controller UsersController
>> 
>> Error: Create UsersController::add() in file: 
>> app/controllers/users_controller.php.
>> 
> 
> the CakeDC plugin uses register

If there's not supposed to be an add action, then why does 
plugins/users/views/details/add.ctp echo $this->Html->link(__d('users', 'New 
User', true), array('controller'=> 'users', 'action'=>'add')) ?



-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to