up vote 1 down vote favorite
share [g+] share [fb]


I got very strange behaviour with cackephp engine = memcache. The problem is that the cached items always expire earlier than it has. Setting engine = file fix the problem but this is not what i need.
Any help will be appreciated!

P.S. Im using cakephp 1.2.3.8166 stable.

link|improve this question

20% accept rate
1  
You might want to provide some sample code showing how you are going about setting the cache. That might let some people have some insight into the problem. – conceptDawg Aug 5 '09 at 21:37
feedback

1 Answer

Check if you have the correct timezone set in php.ini.

Timezone settings influence CakePHP's timestamp generation, and can cause problems when a php generated time (with possible wrong offset) is compared to current time in mysql.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.