Having problems with configuring wp-super-cache with multisite
-
I see these warnings:
Warning: include(/home/wpahm/public_html/wp-content/plugins/wp-super-cache/wp-cache-base.php) [function.include]: failed to open stream: No such file or directory in /home/wpahm/public_html/wp-content/mu-plugins/wp-cache.php on line 53
Warning: include() [function.include]: Failed opening ‘/home/wpahm/public_html/wp-content/plugins/wp-super-cache/wp-cache-base.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/wpahm/public_html/wp-content/mu-plugins/wp-cache.php on line 53
I made the change in the wp-cache-config.php so that it looks in the mu-plugins dir.
$wp_cache_plugins_dir = WPCACHEHOME . 'mu-plugins';
But it is still looking for files in the plugins dir. Is there another change that I have to make?
- The topic ‘Having problems with configuring wp-super-cache with multisite’ is closed to new replies.