Uncaught Exception
Access Denied in ./__apps/troubleshooter/client/class.Controller_Step.php:183
#0 File: ./__swift/library/MVC/class.SWIFT_Controller.php Line: 364 Function: Troubleshooter\Client\Controller_Step->View()
359             $_argumentsContainer = array($_SWIFT_RouterObject->GetArguments($_fetchRESTArguments));
360         } else {
361             $_argumentsContainer = $_SWIFT_RouterObject->GetArguments($_fetchRESTArguments);
362         }
363 
364         call_user_func_array(array(self::$_controllerObjectCache[$_controllerClassName], $_controllerActionName), $_argumentsContainer);
365 
366         return self::$_controllerObjectCache[$_controllerClassName];
367     }
368 
369     /**
#1 File: ./__swift/library/App/class.SWIFT_App.php Line: 174 Function: SWIFT_Controller::Load()
169             throw new SWIFT_Exception(SWIFT_INVALIDDATA);
170 
171             return false;
172         }
173 
174         $_SWIFT_ControllerObject = SWIFT_Controller::Load($_SWIFT->Interface, $this, $_SWIFT_RouterObject, $_controllerParentClass);
175         if (!$_SWIFT_ControllerObject instanceof SWIFT_Controller || !$_SWIFT_ControllerObject->GetIsClassLoaded())
176         {
177             throw new SWIFT_Exception(SWIFT_CREATEFAILED);
178 
179             return false;
#2 File: ./__swift/library/class.SWIFT.php Line: 334 Function: SWIFT_App->ExecuteController()
329             }
330         }
331         $this->App = $this->Router->GetApp();
332         $this->App->Initialize();
333         $this->Cache->LoadQueue();
334         $this->App->ExecuteController($this->Router);
335         if (SWIFT_INTERFACE != 'tests') {
336             self::RunSystemChecks();
337         }
338         SWIFT_Loader::RebuildCache();
339         SWIFT_License::CheckValidDomain();
#3 File: ./__swift/library/class.SWIFT.php Line: 410 Function: SWIFT->Initialize()
405 
406     public static function GetInstance()
407     {
408         if (!self::$_Instance) {
409             self::$_Instance = new SWIFT();
410             self::$_Instance->Initialize();
411         }
412         return self::$_Instance;
413     }
414 
415     public static function Get($_key)
#4 File: ./__swift/swift.php Line: 16 Function: SWIFT::GetInstance()
#5 File: ./index.php Line: 28 Function: require_once(./__swift/swift.php)
Copy to clipboard: