HELP!!!
-
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.phpSi 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
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
/** Sets up WordPress vars and included files. */ define( 'WPCACHEHOME', 'path-on-my-site' ); require_once(ABSPATH . 'wp-settings.php');
Also tried:
define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/');
Any ideas???
- The topic ‘HELP!!!’ is closed to new replies.