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