• Resolved magicpowers

    (@magicpowers)


    HI

    I have a strange message in my dashboard:

    “define(‘WP_CACHE’ , true); is not set in wp-config.php”

    I thought that this plugin doesn’t require any file changes. What does it mean? is it NOT caching??

    I’m not a developer so could you please explain why do I have this error and how to fix it – step by step.

    I use this simple plugin as I can’t be spending hours configuring more comprehensive caching plugins making selection of technical settings I don’t have a clue what they are.

    I would appreciate your help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter magicpowers

    (@magicpowers)

    well…I tried to manually insert this missing code.

    In the php file there was only //Added by Cache Enabler and the code was indeed missing.

    I inserted it manually – very carefully.

    It stuffed up my WP dashboard!!!! Even when I removed it – it is still completely stuffed up!!!!! I have to seek urgent help from my host and I pray that they can fix it.

    YOUR PLUGIN IS RUBISH AND DANGEROUS!!!! requiring people to mess up with the php file…

    I’m done with it!!!!!!

    Anonymous User 16850768

    (@anonymized-16850768)

    By default upon activating the Cache Enabler plugin it will add define('WP_CACHE', true); // Added by Cache Enabler to the wp-config.php file as well as copy the advanced-cache.php to the wp-content directory.

    The warning you received indicates that the Cache Enabler plugin was unable to write to your wp-config.php file. This is typically caused by file permissions. To fix this you can add define('WP_CACHE', true); to your wp-config.php file manually.

    The Cache Enabler plugin doesn’t cache pages for logged in users, which means the WordPress admin dashboard is never cached. Unfortunately without additional information I’m unsure exactly what occurred, however, a quick solution should just be reverting your wp-config.php file to as it was previously.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error message about fixing php file – ??’ is closed to new replies.