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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -