• Resolved Jamie Burchell

    (@jamieburchell)


    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_purge is enabled even though debug is disabled? Either way, what is the expected behaviour here? Should WP_CACHE_KEY_SALT be 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.