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