ErrorException [ Notice ]: Undefined index: company_id

APPPATH/classes/Controller/Infocenter.php [ 116 ]

111         $this->template->styles[] = 'companies';
112 
113         $lCountries = Api::send('Countries.getAll');
114 
115         $lResult = Api::send('Thin.Documents.getByCompanyId', [
116             'company_id' => $this->userInfo['company_id'],
117             'page'       => $this->request->param('page')
118         ]);
119 
120         $this->template->content = View::factory('site/pages/companies', [
121             'countries'     => $lCountries['data'],
  1. APPPATH/classes/Controller/Infocenter.php [ 116 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Infocenter->action_company_documents()

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

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

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

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

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

Environment