Cakephp cake_core_ cache was unable to write 'cake_dev_en-us'

主宰稳场 提交于 2019-11-27 14:16:52
John McMahon

Did you make the /app/tmp directory and its subdirectories writable?

More info on possible duplicate here (although title might be misleading):

Facing a file permission error while running CakePHP in Ubuntu 10.4

Please also make sure below folders app/tmp/cache/models and app/tmp/cache/persistent exists and writeable.

Check if SELINUX is running. Disable and try.

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