You have experienced a technical error, We apologize.
Our Support Team has been notified and is working to correct this issue.
'InstallController'
'InstallController'
App::uses('AppController', 'Controller');App::uses($pluginName . 'AppController', $pluginPath . 'Controller');App::uses($class, $pluginPath . 'Controller');if (class_exists($class)) {return $class;
* @return mixed name of controller if not loaded, or object if loaded*/protected function _getController($request, $response) {$ctrlClass = $this->_loadController($request);if (!$ctrlClass) {
return null;}$controller = $this->_getController($request, $response);
$Dispatcher = new Dispatcher();$Dispatcher->dispatch(new CakeRequest(),new CakeResponse());