ErrorException [ Notice ]: Undefined index: name

APPPATH/classes/controller/content.php [ 93 ]

88 
89 				if($aData['mcopyright']) $meta['mcopyright'] = str_replace("{name}",$content['name'], $aData['mcopyright']);
90 				else $meta['mcopyright'] = str_replace("{name}",$content['name'], $tmpl['mcopyright']);
91 				//Если не заданы то используем шаблон
92 			} else {
93 				$meta['mtitle'] = str_replace("{name}",$content['name'], $tmpl['mtitle']);
94 				$meta['mdescription'] = $meta['mdescription'] = (!empty($content['anonce'])) ? str_replace("{name}",$content['anonce'], $tmpl['mdescription']) : str_replace("{name}",$content['name'], $tmpl['mdescription']);
95 				$arr = explode(' ',$content['name']);
96 				foreach($arr as $k=>$v){
97 					$arr[$k] = trim($v);
98 					if(mb_strlen($v)<4)
  1. APPPATH/classes/controller/content.php [ 93 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Content->action_index()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment