ErrorException [ Notice ]: Undefined index: title

APPPATH/classes/Controller/Glasses/Common.php [ 13 ]

 8   public function before() 
 9 	{
10 		parent::before();
11 		$this->siteConfig_ =  Kohana::$config->load('site');
12     
13 		View::set_global('title', $this->siteConfig_['title']);				
14     View::set_global('description', $this->siteConfig_['description']);	
15 		
16     $this->template->content = '';
17 		
18     $this->template->styles = array('ptsansnarrow', 'main', 'main-media', 'glasses/events', 'glasses/main');
  1. APPPATH/classes/Controller/Glasses/Common.php [ 13 ] » Kohana_Core::error_handler(arguments)

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

  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 [ 993 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 121 ] » Kohana_Request->execute()

Environment