Notice: Undefined variable: site_info in /home/webmaster/cake_yomi_dev/app/views/layouts/default.thtml on line 26
の検索サイト

Missing Method in ItemsController

You are seeing this error because the action id 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::id() in file : app/controllers/items_controller.php

<?php
class ItemsController extends AppController {
   function id() {
   }

}
?>