Anyone else having problems with ENABLE_CACHE in the latest version?
If you edit a page a few times the old version of the page gets loaded to the editor instead of the latest. Works without ENABLE_CACHE. Change 1187 perhaps?
Anyone else having problems with ENABLE_CACHE in the latest version?
If you edit a page a few times the old version of the page gets loaded to the editor instead of the latest. Works without ENABLE_CACHE. Change 1187 perhaps?
Is it expected behaviour that wpmu continues to pupulate /wp-content/cache/... even though there's a line in wp-config.php disabling it:
define('ENABLE_CACHE', false);
?