Md Hasibur Rahaman
Md Hasibur Rahaman

Reputation: 1061

Uncaught exception 'CacheException' with message 'Cache engine _cake_core_ is not properly configured

I create a application with CAKEPHP it works fine. When I transfer from one server to another server it create some problem. I have changed file permission ap/tmp folder with 777 still give error

Error

enter image description here

And my Server folder permission

enter image description here

Upvotes: 5

Views: 13208

Answers (1)

DarkteK
DarkteK

Reputation: 881

You need to create these 2 folders inside cache folder

app/tmp/cache/models and app/tmp/cache/persistent

Make them writeable too.

Upvotes: 12

Related Questions