• Hello,

    since some days ago in the error.log of my server appears non-stop:

    PHP Notice: Use of undefined constant ENABLE_CACHE – assumed ‘ENABLE_CACHE’ in /var/www/vhosts/diariosdefutbol.com/httpdocs/wp-config.php on line 34

    Today I saw and the size of the file it was 16GB in only four days!!!

    I have activated the WP-CACHE 2.1.2 plugin since several months, nothing has changed recently in the configuration and of course I have the line:

    define(ENABLE_CACHE, true);

    in wp-config.php, the file has not been modified in severla months

    What could be the root cause of this problem?

    Thanks

Viewing 1 replies (of 1 total)
  • I think it’s simply that instead of ENABLE_CACHE
    you should have ‘ENABLE_CACHE’
    that is surrond the name with ”
    as the error message hints.

    Probably this error gets encountered frequently and fills your log.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with ENABLE_CACHE’ is closed to new replies.