ErrorException [ Notice ]: Undefined index: title

APPPATH/classes/Controller/Welcome.php [ 89 ]

84 			if(!empty($data['seo_keywords']))
85 			{
86 				$this->template->_header->keywords 			= $data['seo_keywords'];
87 			}
88 			
89 			$this->template->_header->title_image			= $this->siteconfig['imageserver']."/media/".$data['images']['title']['page_type']."/".$data['images']['title']['page_id']."/og/".$data['images']['title']['media_name'];
90 			
91 			$this->template->_header->title_image_width		= 600;
92 			$this->template->_header->title_image_height	= 315;
93 			
94 			//replace OG image with custom image_id
  1. APPPATH/classes/Controller/Welcome.php [ 89 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

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

Environment