Title: HELP!!!
Last modified: August 31, 2016

---

# HELP!!!

 *  [melizzamaria](https://wordpress.org/support/users/melizzamaria/)
 * (@melizzamaria)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/help-711/)
 * Good afternoon,
    I am having MAJOR issues with the plugin – I have read several
   threads regarding this same error that the plugin shows but nothing works. I 
   appreciate so much the help:
 * **Problem:**
    Aviso! Could not update /var/www/vhosts/ladona.com.pa/httpdocs/
   wp-config.php! WPCACHEHOME must be set in config file.
 * Aviso! /var/www/vhosts/ladona.com.pa/httpdocs/wp-content/advanced-cache.php no
   existe o no puede ser actualizado.
 * 1. If it already exists, please delete the file first.
    2. Proporcione permisos
   de escritura a /var/www/vhosts/ladona.com.pa/httpdocs/wp-content utilizando el
   comando CHMOD de su cliente de FTP. (chmod 777 /var/www/vhosts/ladona.com.pa/
   httpdocs/wp-content) y recargue esta página. Esto sólo es una medida temporal:
   terminado el proceso deberá volver a dejarlo como de sólo lectura (cambiar de
   777 a 755 en el comando anterior) 3. Recargue esta página para actualizar /var/
   www/vhosts/ladona.com.pa/httpdocs/wp-content/advanced-cache.php
 * Si eso no funciona, asegúrese de que el archivo /var/www/vhosts/ladona.com.pa/
   httpdocs/wp-content/advanced-cache.php no existe:
 * 1. Abra el fichero /var/www/vhosts/ladona.com.pa/httpdocs/wp-content/plugins/
   wp-super-cache/advanced-cache.php$wp_cache_file en un editor de texto.
    2. Cambie
   el texto CACHEHOME por path-on-my-site 3. Guarde los cambios y salve el fichero
   en /var/www/vhosts/ladona.com.pa/httpdocs/wp-content/advanced-cache.php; luego
   recargue esta página. No puedo continuar…solucione los problemas descritos y 
   reintente.
 * **Solution Attempt No. 1 – advanced cache.php**
    1.     ```
           if ( false == defined( 'WPCACHEHOME' ) ) {
           	define( 'ADVANCEDCACHEPROBLEM', 1 );
           } elseif ( !include_once( path-on-my-site . 'wp-cache-phase1.php' ) ) {
           	if ( !@is_file( WPCACHEHOME . 'wp-cache-phase1.php' ) ) {
           		define( 'ADVANCEDCACHEPROBLEM', 1 );
           ```
       
 * **Solution Attempt No. 2 – config.php**
    1.     ```
           /** Sets up WordPress vars and included files. */
           define( 'WPCACHEHOME', 'path-on-my-site' );
           require_once(ABSPATH . 'wp-settings.php');
           ```
       
 * **Also tried:**
    1.  `define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/');`
 * Any ideas???
 * [https://wordpress.org/plugins/wp-super-cache/](https://wordpress.org/plugins/wp-super-cache/)

The topic ‘HELP!!!’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

## Tags

 * [config](https://wordpress.org/support/topic-tag/config/)
 * [WPCACHEHOME](https://wordpress.org/support/topic-tag/wpcachehome/)

 * 0 replies
 * 1 participant
 * Last reply from: [melizzamaria](https://wordpress.org/support/users/melizzamaria/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/help-711/)
 * Status: not resolved