Missing Controller
Error: LyricsController could not be found.
Error: Create the class LyricsController below in file: app/controllers/lyrics_controller.php
<?php
class LyricsController extends AppController {
var $name = 'Lyrics';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp



