Axell auto co.,ltd. web site management system (version.1.0.000)
お知らせ管理
その他

Missing Method in CompanyController

You are seeing this error because the action img_new is not defined in controller CompanyController

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

Fatal: Confirm you have created the CompanyController::img_new() in file : app/controllers/company_controller.php

<?php
class CompanyController extends AppController {
   function img_new() {
   }

}
?>