Hi, I just installed lsws std on my dedicated home server, compiled php installed an wordpress everything just goes fine until I tried to install a cache plugin after I uploaded wp super cache plugin to wp-content/plugins when I try to activate I got this error
Note that i chmod 777 /home/xxx/domain.com/public_html/wp-content before install plugin
Is there any solution for me ?
Warning! Could not update /home/xxx/domain.com/public_html/wp-config.php! WPCACHEHOME must be set in config file.
Warning! /home/xxx/domain.com/public_html/wp-content/advanced-cache.php does not exist or cannot be updated.
1. If it already exists please delete the file first.
2. Make /home/xxx/domain.com/public_html/wp-content writable using the chmod command through your ftp or server software. (chmod 777 /home/xxx/domain.com/public_html/wp-content) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)
3. Refresh this page to update /home/xxx/domain.com/public_html/wp-content/advanced-cache.php
If that doesn’t work, make sure the file /home/xxx/domain.com/public_html/wp-content/advanced-cache.php doesn’t exist:1.1. Open /home/xxx/domain.com/public_html/wp-content/plugins/wp-super-cache/advanced-cache.php$wp_cache_file in a text editor.
2.2. Change the text CACHEHOME to /home/xxx/domain.com/public_html/wp-content/plugins/wp-super-cache/
3.3. Save the file and copy it to /home/xxx/domain.com/public_html/wp-content/advanced-cache.php and refresh this page.
Warning! /home/xxx/domain.com/public_html/wp-content/advanced-cache.php does not exist or cannot be updated.
1. If it already exists please delete the file first.
2. Make /home/xxx/domain.com/public_html/wp-content writable using the chmod command through your ftp or server software. (chmod 777 /home/xxx/domain.com/public_html/wp-content) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)
3. Refresh this page to update /home/xxx/domain.com/public_html/wp-content/advanced-cache.php
If that doesn’t work, make sure the file /home/xxx/domain.com/public_html/wp-content/advanced-cache.php doesn’t exist:1.1. Open /home/xxx/domain.com/public_html/wp-content/plugins/wp-super-cache/advanced-cache.php$wp_cache_file in a text editor.
2.2. Change the text CACHEHOME to /home/xxx/domain.com/public_html/wp-content/plugins/wp-super-cache/
3.3. Save the file and copy it to /home/xxx/domain.com/public_html/wp-content/advanced-cache.php and refresh this page.
Is there any solution for me ?
Last edited by a moderator: