https://alpha5.online/
Kohana_Exception [ 0 ]: Directory APPPATH/cache must be writable
SYSPATH/classes/Kohana/Core.php [ 278 ]
273 Kohana::$cache_dir = APPPATH.'cache';
274 }
275
276 if ( ! is_writable(Kohana::$cache_dir))
277 {
278 throw new Kohana_Exception('Directory :dir must be writable',
279 array(':dir' => Debug::path(Kohana::$cache_dir)));
280 }
281
282 if (isset($settings['cache_life']))
283 {
APPPATH/bootstrap.php [ 109 ] » Kohana_Core::init(arguments)
DOCROOT/index.php [ 135 ] » require(arguments)
Environment