Kohana 3.2 Error on XAMPP with Windows 7: Directory APPPATH\\cache must be writable

不打扰是莪最后的温柔 提交于 2019-12-01 06:37:28

please give 777 permission for application/logs folder.

also give 777 permission for application/cache folder.

mod_rewrite and Curl Should be enabled for kohana. These are all are basic requirements of kohana.

Does folder 'cache' exist in your application folder ?

Oh yeah, I read an answer from someone yesterday but I only figured it out today. What I did was this:

  • Go inside application/
  • Create a new folder cache/
  • Go inside cache/
  • Create a empty textfile. (I created empty.txt)

Then thats it. hope it helps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!