Persistent caching using files. WARNING: PHP 5.1.6 or newer is required. DOES NOT support WordPress MultiSite.
A1: Try to get rid of open_basedir form your php.ini/Apache config. open_basedir is considered a "broken" security measure anyway and only slows down file operations.
A2: If disabling open_basedir is not an option, set the Cache location under the Settings > WP File Cache Options to the directory that satisfies the open_basedir restriction.
This is because Custom Field Template maintains its own cache for the post meta data which gets out of sync with WordPress cache. Please add cft_post_meta to the list of the non-persistent groups (Settings > WP File Cache Options)
Requires: 2.6 or higher
Compatible up to: 3.1.4
Last Updated: 2010-12-16
Downloads: 12,641
Got something to say? Need help?