On Thu, Feb 17, 2011 at 7:02 AM, [email protected] <[email protected]> wrote: > Hi there there, > > I have integrated the CakeDC Users plugin fine and it all works out of > the box, however I want to uses some neater routes for the > login,register,dashboard actions but adding the following route: > > Router::connect('/login', array('plugin' => 'users','controller' => > 'users', 'action' => 'login')); > > Causes the login to break and I just get a white screen?
A blank screen generally means a fatal error somewhere. Have you looked at the server's log? Also, try setting debug to 2. -- 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
