I am having a problem with troubleshooting this:
I am getting this kind of warning on my website suddenly, it never happened and I tried to solve it by following various methods i found over the internet.
Warning (512): _cake_core_ cache was unable to write 'cake_dev_en-us' to File cache [CORE/Cake/Cache/Cache.php, line 325]
Warning (512): _cake_core_ cache was unable to write 'debug_kit_en-us' to File cache [CORE/Cake/Cache/Cache.php, line 325]
I have tried:
- chmod -R 777 tmp
- Delete the tmp folder and then recreate it with its subdirectories.
- Delete the tmp folder and upload a fresh tmp folder from a fresh cakephp folder.
- Already run whoami php script and already made sure the folder belong to that user.
- I tried to reboot the server.
Cakephp version : 2.4.5
Server OS: Centos 6.5
PHP Version 5.3.3
Apache version: Apache/2.2.15
I have tried most of the solutions from stack overflow and other places but no luck so far. Could it be an issue with my server configuration or from cakephp it self? If my question is still unclear, please feel free to request more clarification.
Thanks for any help.