vote up 0 vote down star

In my CakePHP home page, I get the message:

Your cache is NOT working. Please check the settings in APP/config/core.php

I googled for possible solutions, some of which were to uncomment the Cache.check and Cache.disable line. Even then the error isn't resolved.

Also the webserver runs on www-data (exec('whoami');) whereas my home folder is public_html. How do I change www-data to public_html?

flag

66% accept rate
now I got the cache running.. I had deleted that folder by mistake. but the web server run on www-data? Is that ok? I am working from my home folder in public_html. I have all the files in public_html only. – Angeline Aarthi Jul 21 at 10:18

2 Answers

vote up 1 vote down check

Besides, check if you have the original directory structure inside /app/tmp/cache.

Recently I had the same problem, and found out that for some reason my /app/tmp was empty. Redoing the directory structure helped.

link|flag
vote up 1 vote down

Assuming your cache is set to file, make sure your /app/tmp and all the folders inside are world-writable (drwxrwxrwx).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.