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