Missing Method in ItemsController
You are seeing this error because the action fd_ichiran.html is not defined in controller ItemsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the ItemsController::fd_ichiran.html() in file : app/controllers/items_controller.php
<?php
class ItemsController extends AppController {
function fd_ichiran.html() {
}
}
?>