Error: The action 1 is not defined in controller ProfilesController
Error: Create ProfilesController::1() in file: app/controllers/profiles_controller.php.
<?php class ProfilesController extends AppController { var $name = 'Profiles'; function 1() { } } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.