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