ErrorException [ Notice ]: Undefined index: ru_title

APPPATH/classes/Controller/Content.php [ 15 ]

10             HTTP::redirect('/');
11 
12         $lPageContent = Api::send('Site.getContentByPageId', ['id' => $lPageId]);
13 
14         $lPageContent['data']['data']  = $lPageContent['data'][$this->lang.'_data'];
15         $lPageContent['data']['title'] = $lPageContent['data'][$this->lang.'_title'];
16         $this->template->content = View::factory('site/pages/content',[
17             'content' => $lPageContent['data'],
18         ]);
19     }
20 }
  1. APPPATH/classes/Controller/Content.php [ 15 ] » Kohana_Core::error_handler(arguments)

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

  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