Missing Method in NewsController

Error: The action soap-plus-cheese-grater-makes-award-winning-design-handwashing-kampala is not defined in controller NewsController

Error: Create NewsController::soap-plus-cheese-grater-makes-award-winning-design-handwashing-kampala() in file: app/Controller/NewsController.php.

<?php
class NewsController extends AppController {


	public function soap-plus-cheese-grater-makes-award-winning-design-handwashing-kampala() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 186Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 161Dispatcher->_invoke(NewsController, CakeRequest, CakeResponse)
  • APP/webroot/index.php line 92Dispatcher->dispatch(CakeRequest, CakeResponse)