Viendo 15 respuestas - de la 1 a la 15 (de un total de 32)
  • Moderador almendron

    (@almendron)

    El ERROR 500 puede deberse a múltiples causas. Habrá que ir probando, pero dime primero cuál es la URL de tu sitio y si ésta se ve.

    Iniciador del debate aiponero

    (@aiponero)

    La web se ve perfectamente. Se puede navegar sin problemas.

    El único problema (que no es poco) es que no puedo entrar al escritorio.

    Menos mal que la web se ve.

    Moderador almendron

    (@almendron)

    ¿Puedes poner la URL de tu sitio?

    Iniciador del debate aiponero

    (@aiponero)

    Si, disculpa:

    activofinanciero.com

    Iniciador del debate aiponero

    (@aiponero)

    Pongo esto también:

    htacces:

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN W3TC CDN
    <FilesMatch «\.(ttf|ttc|otf|eot|woff|font.css)$»>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin «*»
    </IfModule>
    </FilesMatch>
    # END W3TC CDN
    # BEGIN W3TC Page Cache core
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteRule .* – [E=W3TC_ENC:_gzip]
    RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
    RewriteRule .* – [E=W3TC_PREVIEW:_preview]
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =»»
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
    RewriteCond «%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}» -f
    RewriteRule .* «/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}» [L]
    </IfModule>
    # END W3TC Page Cache core
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Moderador almendron

    (@almendron)

    1) Edita el archivo wp-config.php y activa el depurador: https://codex.wordpress.org/es:Depurar_en_WordPress (Activa solo WP_DEBUG). A ver si nos da alguna pista.

    2) De todas formas, podemos ir probando: accede vía FTP, haz una copia del htaccess y luego borralo del sel servidor. Comprueba a ver si puedes entrar.

    Nota: a mi me da que el W3TC (pero es solo una suposición)

    Iniciador del debate aiponero

    (@aiponero)

    Debug activado.

    El archivo htaccess borrado.

    Tengo otro archivo llamado htaccess.orig. También lo borro?

    Sigo sin poder entrar.

    Moderador almendron

    (@almendron)

    1) No, no hace falta que borres el .orig
    2) No restaures de momento el htaccess.
    3) Accede vía FTP y cambia el nombre a la carpeta «plugins» (dentro de wp-content) a «plugins-des».
    4) Prueba.

    Nota: ¿sale algún mensaje más de error?

    Iniciador del debate aiponero

    (@aiponero)

    he cambiado el nombre a «plugins-des», me aparece esto en wp-admin:

    W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home1/xxx/public_html/wp-content/advanced-cache.php.W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home1/xxx/public_html/wp-content/db.php.W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home1/xxx/public_html/wp-content/object-cache.php.
    Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/wp-content/advanced-cache.php:23) in /home1/xxx/public_html/wp-includes/pluggable.php on line 1179

    • Esta respuesta fue modificada hace 7 años, 3 meses por aiponero.
    Moderador almendron

    (@almendron)

    Pero, ¿ya has podido entrar en la administración?

    Iniciador del debate aiponero

    (@aiponero)

    No he podido, cuando tecleo wp-admin me aparece una pantalla en blanco con ese mensaje.

    Moderador almendron

    (@almendron)

    1) Entiendo que ahora mismo no tienes htaccess en el servidor. No debe haberlo.
    2) Entiendo que ya has cambiado el nombre a la carpeta «plugins». Debes cambiarlo a «plugins-des».
    2) Ve a wp-content y elimina los archivos: db.php, advanced-cache.php, object-cache.php y w3-total-cache-config.php
    3) En esa misma carpeta elimina las carpetas «cache», «w3tc» y «w3tc-config».
    Con esto lo que hacemos es desinstalar por completo el plugin.
    Todo esto se puede revertir después sin mayores problemas.

    Moderador almendron

    (@almendron)

    Moderador almendron

    (@almendron)

    Oye, que sí sale otro mensaje: «ERROR: Las cookies se han bloqueado debido a un resultado no esperado. Para obtener ayuda, por favor mira esta documentación o inténtalo en los foros de soporte.»

    Iniciador del debate aiponero

    (@aiponero)

    Intento entrar y aparece esto:

    Warning: include(/home1/xxx/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home1/xxx/public_html/wp-settings.php on line 84

    Warning: include(): Failed opening ‘/home1/xxx/public_html/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in /home1/xxxpublic_html/wp-settings.php on line 84

    Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/wp-settings.php:84) in /home1/xxx/public_html/wp-login.php on line 394

    Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/wp-settings.php:84) in /home1/xxx/public_html/wp-login.php on line 407

    Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/wp-settings.php:84) in /home1/xxx/public_html/wp-includes/pluggable.php on line 893

    Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/wp-settings.php:84) in /home1/xxx/public_html/wp-includes/pluggable.php on line 894

    Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/wp-settings.php:84) in /home1/xxx/public_html/wp-includes/pluggable.php on line 895

    Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/wp-settings.php:84) in /home1/xxx/public_html/wp-includes/pluggable.php on line 1179

Viendo 15 respuestas - de la 1 a la 15 (de un total de 32)
  • El debate ‘No puedo entrar en wp-admin «wp-admin/upgrade.php?»’ está cerrado a nuevas respuestas.