Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Gracias por su tiempo y la información. Asunto solucionado ??

    Thread Starter palermonline

    (@palermonline)

    OK thanks

    we already have why you can’t see the tables,

    Now how do I get him to see it? What do I have to add or modify?

    Thread Starter palermonline

    (@palermonline)

    Harshad (@bornforphp). Gracias!!!

    Te paso todo lo que tiene el archivo
    I’ll give you everything that the file has inside.

    <?php
    
    /**
    * Configuración básica de WordPress.
    * Este archivo contiene las siguientes configuraciones: ajustes de MySQL, prefijo de tablas,
    * claves secretas, idioma de WordPress y ABSPATH. Para obtener más información.
    */
    
    /** El nombre de tu base de datos de WordPress */
    //define('DB_NAME', 'EJEMPLO_wp_EJEMPLO');
    define('DB_NAME', 'EJEMPLO_wp_EJEMPLO');
    
    /** Tu nombre de usuario de MySQL */
    //define('DB_USER', 'EJEMPLO_user_EJEMPLO_wp');
    define('DB_USER', 'EJEMPLO_user_EJEMPLO_wp');
    
    /** Tu contrase?a de MySQL */
    //define('DB_PASSWORD', 'EJEMPLO');
    define('DB_PASSWORD', 'EJEMPLO');
    
    /** Host de MySQL */
    define('DB_HOST', 'localhost');
    
    /** Codificación de caracteres para la base de datos. */
    define('DB_CHARSET', 'utf8');
    
    /** Cotejamiento de la base de datos. */
    define('DB_COLLATE', '');
    
    define('WP_ALLOW_REPAIR', true);
    
    /** Claves únicas de autentificación. */
    define('AUTH_KEY', 'EJEMPLO');
    define('SECURE_AUTH_KEY', 'EJEMPLO');
    define('LOGGED_IN_KEY', 'EJEMPLO');
    define('NONCE_KEY', 'EJEMPLO');
    define('AUTH_SALT', 'EJEMPLO');
    define('SECURE_AUTH_SALT', 'EJEMPLO');
    define('LOGGED_IN_SALT', 'EJEMPLO');
    define('NONCE_SALT', 'EJEMPLO');
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each a unique
     * prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix = false;
    
    /** Idioma de WordPress. */
    define ('WPLANG', 'es_ES');
    
    /** WordPress absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
        define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    
    if (!defined('WP_TEMP_DIR')) {
        define('WP_TEMP_DIR', dirname(__FILE__) . '/tmp');
    }
    
    define('WP_POST_REVISIONS', false);
    ?>

    ——————————-

    sin embargo algo parecido hay en
    however there is something similar in

    wp-config-sample.php

    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each
     * a unique prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix = 'wp_';
    Thread Starter palermonline

    (@palermonline)

    Harshad (@bornforphp)
    Gracias por responder

    si tengo el archivo
    wp-config.php en la raíz del wordpress
    Tip: mi base de datos pesa 95 MB

    dentro del wp-config.php se ve así

    /** El nombre de tu base de datos de WordPress */
    //define('DB_NAME', 'example_wp_example');
    define('DB_NAME', 'example_wp_example');
    
    /** Tu nombre de usuario de MySQL */
    //define('DB_USER', 'example_user_example_wp');
    define('DB_USER', 'example_user_example_wp');
    
    /** Tu contrase?a de MySQL */
    //define('DB_PASSWORD', 'exampleexampleexample');
    define('DB_PASSWORD', 'exampleexampleexample');
    
    /** Host de MySQL */
    define('DB_HOST', 'localhost');
    
    /** Codificación de caracteres para la base de datos. */
    define('DB_CHARSET', 'utf8');
    
    /** Cotejamiento de la base de datos. */
    define('DB_COLLATE', '');
    
    define('WP_ALLOW_REPAIR', true);

    Gracias!!! a Milind More (@milindmore22) and by James Osborne and by Jan Dembowski for his patience and understanding.

    I had the same problem. ! Thanks. Thanks. Thanks. It has been resolved after 45 days of asking in other Blogs and the theme of the ThemeZee.com support that has thrown and passed the ball (problem) to you.

    This is truly the best Support blog of all time. My sincere respects.

    Pablo

    James Osborne (@jamesosborne)

    Thanks for answering. Can you tell me how we got out of the warning? What code do we paste in the <head> or in “CSS”, we already spoke with the theme and plug-in supports and they all say that this is a “little problem” made in AMP and its gaffes ?? We have thousands of pages affected with this and a tremendous drop in Discovery that requests 100% perfect performance Serch Console. Greetings from Buenos Aires. Thanks.

    Hello, what data do you need to solve this problem? that tells me search console. Ask in other blogs on the subject and the AMP team has not responded satisfactorily, I do not know if because it is a Latin American website it is discriminating against us, I seriously do not know what to think. Who can tell us how to solve this long-standing problem of the AMP manufacturer?

    If the world is going at high speed, why are they infatuated with the low speed at which they subject the builders imposing amp?

    En espa?ol: Les dejo este Link para que puedan ver una de las web afectadas.
    Alguien del equipo de AMP borró mi comentario y realmente no me ha gustado nada.
    Deberían ser un poco más solidarios con los que no somos programadores.

    Ref
    https://palermonline.com.ar/wordpress/bibliotecas-de-palermo/

Viewing 7 replies - 1 through 7 (of 7 total)