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





