ようこそ福岡広告協会のホームページへ。

Missing Method in FormsController

Error: The action business.php is not defined in controller FormsController

Error: Create FormsController::business.php() in file: apps/entry/Controller/FormsController.php.

<?php
class FormsController extends AppController {


	public function business.php() {

	}

}

Notice: If you want to customize this error message, create apps/entry/View/Errors/missing_action.ctp

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 186Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 161Dispatcher->_invoke(FormsController, CakeRequest, CakeResponse)
  • ROOT/entry/index.php line 93Dispatcher->dispatch(CakeRequest, CakeResponse)