使用Kohana创建的网站显示错误" Kohana_Exception [0]:目录APPPATH \ cache必须是可写的"出现。
我正在使用带有XAMPP的Windows 7,并且不知道该怎么做。
SYSPATH \ classes \ kohana \ core.php [281]
Kohana::$cache_dir = APPPATH.'cache';
}
if ( ! is_writable(Kohana::$cache_dir))
{
throw new Kohana_Exception('Directory :dir must be writable',
array(':dir' => Debug::path(Kohana::$cache_dir)));
}
if (isset($settings['cache_life']))
{