• Resolved Singh

    (@preetji)


    Hey Till,
    Thanks for keeping this speedy solution up to date.

    In the recent website setup, I found that the plugin isn’t picking up the WP Cache Key Constant from the wp-config file.

    Same as my old WordPress installations, I have defined the following line in my site’s wp-config.php file:
    define( 'WP_CACHE_KEY_SALT', 'example.com:' );

    But still, the plugin is showing some random, lengthy value for the Key Prefix.

    Here is a screenshot:

    https://img.virtubox.net/images/2019/03/17/Untitled.png

    Untitled.png

    Is it a normal thing now? Is custom key salt no longer supported? If it’s an issue that how may I resolve it?
    TIA ??

    • This topic was modified 5 years, 8 months ago by Singh.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    It looks like your wp-config.php has an issue. Double check its syntax. You’re probably using WP_CACHE_KEY_SALT twice.

    Thread Starter Singh

    (@preetji)

    You’re right Till. Didn’t know that WP configures a random WP-Cache Key Salt by default. Thanks for the help man ??

    Plugin Author Till Krüss

    (@tillkruess)

    I’m glad it was an easy fix ????

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Cache Key Salt not working’ is closed to new replies.