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

Missing Method in ServersController

You are seeing this error because the action get_items is not defined in controller ServersController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the ServersController::get_items() in file : app/controllers/servers_controller.php

<?php
class ServersController extends AppController {
   function get_items() {
   }

}
?>