Hello Carlos,

> // Set default controller routes
> Router::connect('/admin', array('controller' => 'dashboard', 'action' =>
> 'index', 'admin' => true));

I think this route is impacting the admin routing of cake itself. You
are setting /admin as a route and are setting admin = true on the same
line, which confuses me. You seem to be using Cake's admin routing but
are defining your own admin route aswell? I think you need to either
choose one or the other.

Could you try something else here like /management or similar to see
if the problem still persists?

Kind regards,
Jan Dorsman

-- 
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

Reply via email to