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