[wp-hackers] Wordpress object cache

Andy Skelton skeltoac at gmail.com
Thu Apr 12 09:10:16 GMT 2007


On 4/12/07, Sabin Iacob <iacobs at m0n5t3r.info> wrote:
> I enabled the thing with define("ENABLE_CACHE", true), but for some
> reason it seems to put cache files in /tmp rather than wp-content/cache;
> is this the expected behaviour?

php's tempnam function is what's doing this because your
wp-content/cache directory does not exist or is not writable.

Andy


More information about the wp-hackers mailing list