Missing Method in EventController
Error: The action ichiran_test.html is not defined in controller EventController
Error: Create EventController::ichiran_test.html() in file: app/controllers/event_controller.php.
<?php
class EventController extends AppController {
var $name = 'Event';
function ichiran_test.html() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp








