WP_CACHE is disabled
-
Hi,
I can’t enable WP_CACHE after I installed the latest WP-FFPC on WP v4.1
so i have checked some information about server as below.
– Apache 2.2.15
– PHP v5.5.20
– MYSQL v5.5.41
– memcached v1.4.22
– php-pecl-memcache v3.0.81) WP-FFPC was reinstalled,
2) ‘define(‘WP_CACHE’, true);’ was added to end line of “wp-config.php”
3) ‘memcached.use_sasl=1’ was added to end line of “php.ini”
4) WP-FFPC was activated
5) a ‘Save Changes’ button to WP-FFPC settings was clicked.However, I can see messages as below.
WP_CACHE is disabled, plugin will not work that way. Please add
define ( 'WP_CACHE', true );to wp-config.php » WP-FFPC SettingsWARNING: you’ve entered username and/or password for memcached authentication ( or your browser’s autocomplete did ) which will not work unless you enable memcached sasl in the PHP settings: add
memcached.use_sasl=1to php.iniThanks
The topic ‘WP_CACHE is disabled’ is closed to new replies.