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