Missing Method in UsersController

Error: The action www.rockthecrossroads.com is not defined in controller UsersController

Error: Create UsersController::www.rockthecrossroads.com() in file: sites/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function www.rockthecrossroads.com() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 185Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 160Dispatcher->_invoke(UsersController, CakeRequest, CakeResponse)
  • APP/webroot/index.php line 97Dispatcher->dispatch(CakeRequest, CakeResponse)