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

后端 未结 3 443
野趣味
野趣味 2020-12-03 09:39

I have tried EVERYTHING but i keep getting the following cake error:

( ! ) Warning: _cake_core_ cache was unable to write \'cake_dev_en-us\' to File cache in         


        
相关标签:
3条回答
  • 2020-12-03 10:14

    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

    0 讨论(0)
  • 2020-12-03 10:27

    Check if SELINUX is running. Disable and try.

    0 讨论(0)
  • 2020-12-03 10:29

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

    0 讨论(0)
提交回复
热议问题