ErrorException [ Notice ]: Undefined variable: feature_title

APPPATH/classes/controller/home.php [ 308 ]

303 			default:
304 				$feature = "Invalid feature";
305 				$feature_desc = "Oops! You've reached an invalid URL. Please try one of the links above.";
306 				break;
307 		}
308 		$this->template->feature_title = $feature_title;
309 		$this->template->feature_desc = $feature_desc;
310 		$this->template->features_url = Route::url('pigfarmmanagementsoftware');
311 	}
312 
313 	public function after()
  1. APPPATH/classes/controller/home.php [ 308 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Home->action_features()

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

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

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

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

Environment