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