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

