Missing Method in GamechangersController

Error: The action profiles is not defined in controller GamechangersController

Error: Create GamechangersController::profiles() in file: app/Controller/GamechangersController.php.

<?php
class GamechangersController extends AppController {

	public function profiles() {
	}

}

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

Stack Trace

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