You are seeing this error because controller UkController could not be found.
Notice: this error is being rendered by the app/views/errors/missing_controller.thtml
view file, a user-customizable error page for handling invalid controller dispatches.
Fatal: Unable to load controller UkController
Fatal: Create Class:
<?php
class UkController extends AppController
{
var $name = 'Uk';
}
?>
in file : app/controllers/uk_controller.php