dba
dba

Reputation: 240

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

when i´ll look over my site, created with Kohana 3.2 the wild error "Kohana_Exception [ 0 ]: Directory APPPATH\cache must be writable" appears.

Im using windows 7 with XAMPP and have no idea what to do.

Because the directory "logs" is writable and there are no problems with this dir, but with the cache directory.

Upvotes: 4

Views: 6072

Answers (3)

Alex Coroza
Alex Coroza

Reputation: 1757

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

Upvotes: 3

jeeva
jeeva

Reputation: 1603

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.

Upvotes: 3

dzeno
dzeno

Reputation: 510

Does folder 'cache' exist in your application folder ?

Upvotes: 1

Related Questions