• Buenas tardes,

    estoy intentando acceder al panel de control de mi web.
    De primero me aparece una serie de errores en la parte superior que indico a continuación:

    Warning: «continue» targeting switch is equivalent to «break». Did you mean to use «continue 2»? in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php on line 210

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php:210) in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-login.php on line 421

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php:210) in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-login.php on line 434

    Al no recordar mi contraseña solicito recordarla, me envia un e-mail accedo a la URL que me indican y me aparece una pantalla en blanco y las siguientes lineas:

    Warning: «continue» targeting switch is equivalent to «break». Did you mean to use «continue 2»? in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php on line 210

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php:210) in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-login.php on line 421

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php:210) in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-login.php on line 434

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php:210) in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-login.php on line 631

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pomo/plural-forms.php:210) in /homepages/27/d282729514/htdocs/clickandbuilds/CarmenyPrendimiento/wp-includes/pluggable.php on line 1216

    ¿Me podria ayudar alguien por favor? Gracias de antemano

    La página con la que necesito ayuda: [accede para ver el enlace]

Viendo 3 respuestas - de la 1 a la 3 (de un total de 3)
  • Buenas,

    Deshabilita en el wp-config.php el debug.
    Esto te va a evitar q salgan los warnings y realizar el login.

    Igualmente actualiza wordpress y los plugins para evitar este tipo de errores.

    Iniciador del debate beticonazareno

    (@beticonazareno)

    Para deshabilitar el debug, es introduciendo el código

    define(‘WP_DEBUG’, false);

    en wp-config.php?

    He puesto esto y sigue apareciéndome las lineas de Warnings

    ¿Podríais ayudarme?

    Gracias de antemano

    Te pongo varios detalles:

    – En el archivo wp-config comprueba que no tengas escrito otra vez más abajo:
    define(‘WP_DEBUG’, true);

    – ¿Cambiaste de PHP y te pusiste la 7.3? Prueba con la 7.2

    – Prueba deshabilitanto los plugins por FTP (añadele un _ a la carpeta del plugin) a ver si encuentras el culpable

    En este otro hilo tienes más información:
    https://es.wordpress.org/support/topic/problemas-al-actualizar-php-7-3-en-wordpress-5-0-3/

Viendo 3 respuestas - de la 1 a la 3 (de un total de 3)

El debate ‘No puedo acceder a panel control’ está cerrado a nuevas respuestas.