• Resolved Marcelismus

    (@marcelismus)


    After define WP_CACHE = true in wp-config.php (like mentioned in the plugins settings) I got two warnings:

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

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

    Any idea?

Viewing 1 replies (of 1 total)
  • Did you add this exact snippet to your config.php: define('WP_CACHE', true);

    Also, did you check if the advanced-cache.php file exists in your wp-content folder?

Viewing 1 replies (of 1 total)

The topic ‘“advanced-cache.php failed to open stream”’ is closed to new replies.