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





