Wednesday, December 4, 2013

CakePHP FileEngine and MemcacheEngine

Hi guys.
This issue about CakePHP cache directories, privileges, FileEngine and MemcacheEngine.
Well, i have done my project. After uploading files on live server i have some errors. Like /app/tmp/ folder is not writable (that when i am use FileEngine). When i change /app/tmp/cache folder privilegis to 777 or www-data (Recursive), error's is gone, but i think its bad idea to give tmp or cache folder that privileges (for security reasons). I try configure MemcacheEnigine with this tutorial LINK now i no have any errors, but tmp folder not need (i try delete tmp folder, and it is work). So i guess or memcache saving cache files in another folder, or i have wrong configurations in core and bootstrap. Any idea?
Thank you.
Regards

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: