• Buenas, ayer la pagina funcionaba perfectamente. estuve leyendo el foro de Estados Unidos y al parecer es un problema de la actualización de la versión de WordPress. me lanza este error:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpcf7-redirect domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /homepages/25/d961483208/htdocs/clickandbuilds/DSConsultores/wp-includes/functions.php on line 6114

    No puedo acceder al backend, ayuda porfa

Viendo 1 respuesta (de un total de 1)
  • Moderador erchache2000

    (@erchache2000)

    Añade estás líneas al comienzo de tu wp-config.php tal como pone en https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );
    


    Mostrará más información para poder depurar el error.

    Hazlo y pon lo que salga por aquí a ver si tenemos más información para ayudarte.

    • Esta respuesta fue modificada hace 2 semanas, 3 días por erchache2000.
Viendo 1 respuesta (de un total de 1)
  • Debes estar registrado para responder a este debate.