Kohana_Exception [ 0 ]: View variable is not set: content

SYSPATH/classes/Kohana/View.php [ 171 ]

166 		{
167 			return View::$_global_data[$key];
168 		}
169 		else
170 		{
171 			throw new Kohana_Exception('View variable is not set: :var',
172 				array(':var' => $key));
173 		}
174 	}
175 
176 	/**
  1. MODPATH/template/classes/Kohana/ControllerRoot.php [ 36 ] » Kohana_View->__get(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_ControllerRoot->after()

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

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

Environment