Notice (8): Undefined variable: description_for_layout [APP/View/Themed/Atelier3/Layouts/default.ctp, line 19]
Diese Webseite verwendet Cookies.
Klicken Sie hier für weitere Informationen.schließen

Missing Method in XlinksController

Error: The action display is not defined in controller XlinksController

Error: Create XlinksController::display() in file: app/Controller/XlinksController.php.

<?php
class XlinksController extends AppController {


	public function display() {

	}

}

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