• Resolved JoeLyons23

    (@joelyons23)


    After setting define(‘WP_CACHE’, true); for the redis setup I am receiving the following warning. Is there a way to resolve this? Defining this seems to be standard across all redis tutorials that i have come across, any direction would be great. thanks.

    Warning: include(/var/www/default/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /var/www/default/wp-settings.php on line 74

    Warning: include(): Failed opening ‘/var/www/default/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/share/php’) in /var/www/default/wp-settings.php on line 74

    https://www.ads-software.com/plugins/redis-cache/

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

    (@tillkruess)

    Why are you defining the WP_CACHE constant?

    Thread Starter JoeLyons23

    (@joelyons23)

    Well according to some of the tutorials out there, they specify adding this line. However I have since removed and all seems to be working well now.

    Thanks.
    JL

    Plugin Author Till Krüss

    (@tillkruess)

    Great, glad it works.

    WP_CACHE is for page caching. This plugin is for object caching.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘advanced-cache debug warning’ is closed to new replies.