• Resolved wilsoncathy

    (@wilsoncathy)


    I need detailed instructions on how to correct the following error:

    W3 Total Cache

    Plugin could not be activated because it triggered a fatal error.

    please edit config and add:
    define(‘WP_CACHE’, true); before require_once(ABSPATH . ‘wp-settings.php’);

    Thanks

Viewing 1 replies (of 1 total)
  • Well, you need to edit your config file – which is normally wp-config.php in the /wordpress directory and insert “define(‘WP_CACHE’, true);” in the file somewhere before “require_once(ABSPATH . ‘wp-settings.php’);”.

Viewing 1 replies (of 1 total)
  • The topic ‘W3 Total Cache – Plugin could not be activated because it triggered a fatal erro’ is closed to new replies.