Hi Cricket,

Thanks for the help. I'm actually using cake 1.3.3 and this is what I
get when I enable the routinng prefix and have the methods withou the
adimn_ prefix.

Error: The action admin_index is not defined in controller
AdministratorsController

Error: Create AdministratorsController::admin_index() in file: app
\controllers\administrators_controller.php.

<?php
class AdministratorsController extends AppController {

        var $name = 'Administrators';


        function admin_index() {

        }

}
?>
Notice: If you want to customize this error message, create app\views
\errors\missing_action.ctp.

I really do't get it!

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to