php - Kohana_Exception [ 0 ]: Directory APPPATH\cache must be writable help needed -
website created kohana shows error "kohana_exception [ 0 ]: directory apppath\cache must writable" appears.
im using windows 7 xampp , have no idea do.
syspath\classes\kohana\core.php [ 281 ]
kohana::$cache_dir = apppath.'cache'; } if ( ! is_writable(kohana::$cache_dir)) { throw new kohana_exception('directory :dir must writable', array(':dir' => debug::path(kohana::$cache_dir))); } if (isset($settings['cache_life'])) {
as answered here
check whether file exists (application/cache), folder comes empty kohana, , versioning systems , other software delete , ignore empty folders. if not exist, create folder , insert blank file in (ie, empty.txt) if error persists, give appropriate permissions.
Comments
Post a Comment