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