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