Notice (8): Undefined variable: description [APP/View/Layouts/Header.ctp, line 10]">

Missing Method in TagsController

Error: The action tag_iphone5c is not defined in controller TagsController

Error: Create TagsController::tag_iphone5c() in file: app/Controller/TagsController.php.

<?php
class TagsController extends AppController {


	public function tag_iphone5c() {

	}

}

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(TagsController, CakeRequest)
  • APP/webroot/index.php line 110Dispatcher->dispatch(CakeRequest, CakeResponse)