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

