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