Exception [ 0 ]: Error Processing Request infocenter/cargomark

APPPATH/classes/AuthModule.php [ 503 ]

498         $aActionName     = strtolower($aActionName);
499 
500         if (!isset(static::$acces_table[$aControllerName])
501             || !isset(static::$acces_table[$aControllerName]['actions'][$aActionName])
502         )
503             throw new Exception('Error Processing Request '.$aControllerName.'/'.$aActionName);
504 
505         $lActions = static::$acces_table[$aControllerName]['actions'];
506         $lRoles   = static::$acces_table[$aControllerName]['roles'];
507 
508         $lPermission = [];
  1. APPPATH/classes/Controller/Base.php [ 64 ] » AuthModule::accessGuard(arguments)

  2. APPPATH/classes/Controller/Infocenter.php [ 7 ] » Controller_Base->before()

  3. SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Infocenter->before()

  4. {PHP internal call} » Kohana_Controller->execute()

  5. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  6. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  7. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  8. /home/h26245c/trans-atlas.net/www/index.php [ 126 ] » Kohana_Request->execute()

Environment