Kohana_Exception [ 0 ]: Directory APPPATH/cache must be writable

SYSPATH/classes/kohana/core.php [ 281 ]

276 			Kohana::$cache_dir = APPPATH.'cache';
277 		}
278 
279 		if ( ! is_writable(Kohana::$cache_dir))
280 		{
281 			throw new Kohana_Exception('Directory :dir must be writable',
282 				array(':dir' => Debug::path(Kohana::$cache_dir)));
283 		}
284 
285 		if (isset($settings['cache_life']))
286 		{
  1. APPPATH/bootstrap.php [ 86 ] » Kohana_Core::init(arguments)

  2. DOCROOT/index.php [ 102 ] » require(arguments)

Environment