お問い合わせ

Contact

Missing Method in ContactsController

Error: The action index.html is not defined in controller ContactsController

Error: Create ContactsController::index.html() in file: app/Controller/ContactsController.php.

<?php
class ContactsController extends AppController {


	public function index.html() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 193Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 167Dispatcher->_invoke(ContactsController, CakeRequest)
  • APP/webroot/index.php line 111Dispatcher->dispatch(CakeRequest, CakeResponse)