Re: Admin Routing not functioning

2007-03-27 Thread djiize
maybe it's just a typo in your message, the correct url is /admin/ comments/ On 27 mar, 19:00, "RG" <[EMAIL PROTECTED]> wrote: > I have define('CAKE_ADMIN', 'admin'); defined in the core.php file. > When I add function admin_index() in my comments controller and > navigate to /comments/admin I ge

Admin Routing not functioning

2007-03-27 Thread RG
I have define('CAKE_ADMIN', 'admin'); defined in the core.php file. When I add function admin_index() in my comments controller and navigate to /comments/admin I get the Missing Method in CommentsController error when I should receive the missing view error. I have used admin routing before withou