memcached - CakePHP memcache items expire too early -
I've found a very strange behavior with the KeckPop Engine = memcache. The problem is that cached items always expire earlier than before. Fix the settings engine = file problem but I do not need it.
Any help would be appreciated!
Using the PSIPIPP 1.2.3.8166 static.
Check if you have the correct time zone fixed in php.ini.
The timezone setting affects the timestamp generation of KPHPP, and when a PHP generated time (with possible incorrect offset) is compared to the current time in mysql.
Comments
Post a Comment