PHP Fatal error: Uncaught Error: Undefined constant “WP_CACHE_KEY_SALT”
-
Hi
In version 2.8.2 I am unable to clear the caches without triggering a fatal PHP error:
PHP Fatal error: Uncaught Error: Undefined constant "WP_CACHE_KEY_SALT"I noticed in master.php I had this:
"objectcache.debug": false,
"objectcache.debug_purge": true,I guess
debug_purgeis enabled even thoughdebugis disabled? Either way, what is the expected behaviour here? ShouldWP_CACHE_KEY_SALTbe defined? I have these constants defined:AUTH_KEY
SECURE_AUTH_KEY
LOGGED_IN_KEY
NONCE_KEY
AUTH_SALT
SECURE_AUTH_SALT
LOGGED_IN_SALT
NONCE_SALT
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘PHP Fatal error: Uncaught Error: Undefined constant “WP_CACHE_KEY_SALT”’ is closed to new replies.