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