Hello. I just solved this problem. Edit wp-config.php
trubeird just replace your “PATH” in code what wordpress telling you ?? OK you already solved it, but maybe to others help this.
you had now:
define( ‘WPCACHEHOME’, ‘PATH/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
The exact PATH Wordpres telling you in that error.
AND CHANGE IT TO:
define( ‘WPCACHEHOME’, ‘/home/content/93/6858593/html/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
The path means -> /home/content/93/6858593/html/ nobody wants share their exact paths so they used general name “PATH”.
Must work ??