Notice: Undefined variable: site_info in /home/admin/cake_brand3/app/views/layouts/default.thtml on line 35
Warning: implode() [function.implode]: Bad arguments. in /home/admin/cake_brand3/app/views/layouts/default.thtml on line 35
の検索ポータル
You are seeing this error because the action view_item 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::view_item() in file : app/controllers/servers_controller.php
<?php
class ServersController extends AppController {
function view_item() {
}
}
?>