Página 1 de 3 123 ÚltimoÚltimo
Resultados 1 al 8 de 22

Duda al instalar Wordpress

Esta es una discusión para el tema Duda al instalar Wordpress en el foro Dudas Webmaster, bajo la categoría Webmasters y Programadores; Buenas. Sigo el manual de instalar wordpress de esta web, pero al llegar la parte de Editar del archivo wp-config.php, lo edito, pero al ir a la direccion para instalar ...
Página: 1


  1. #1
    Senior Member

    Fecha de ingreso
    03 dic, 06
    Mensajes
    587
    Buenas. Sigo el manual de instalar wordpress de esta web, pero al llegar la parte de Editar del archivo wp-config.php, lo edito, pero al ir a la direccion para instalar no me va:

    lo tengo en miarroba, php y MySQL activados

    Código:
    <?php
    
    // ** MySQL settings ** //
    
    define(&#39;DB_NAME&#39;, &#39;clubatletispalma&#39;); * *// The name of the database
    
    define(&#39;DB_USER&#39;, &#39;clubatletispalma&#39;); * * // Your MySQL username
    
    define(&#39;DB_PASSWORD&#39;, &#39;********&#39;); // ...and password
    
    define(&#39;DB_HOST&#39;, &#39;localhost&#39;); * *// 99% chance you won&#39;t need to change this value
    
    define(&#39;DB_CHARSET&#39;, &#39;utf8&#39;);
    
    define(&#39;DB_COLLATE&#39;, &#39;&#39;);
    
    
    
    // Change each KEY to a different unique phrase. *You won&#39;t have to remember the phrases later,
    
    // so make them long and complicated. *You can visit http://api.wordpress.org/secret-key/1.1/
    
    // to get keys generated for you, or just make something up. *Each key should have a different phrase.
    
    define(&#39;AUTH_KEY&#39;, &#39;put your unique phrase here&#39;); // Change this to a unique phrase.
    
    define(&#39;SECURE_AUTH_KEY&#39;, &#39;put your unique phrase here&#39;); // Change this to a unique phrase.
    
    define(&#39;LOGGED_IN_KEY&#39;, &#39;put your unique phrase here&#39;); // Change this to a unique phrase.
    
    
    
    // You can have multiple installations in one database if you give each a unique prefix
    
    $table_prefix *= &#39;wp_&#39;; * // Only numbers, letters, and underscores please!
    
    
    
    // Change this to localize WordPress. *A corresponding MO file for the
    
    // chosen language must be installed to wp-content/languages.
    
    // For example, install de.mo to wp-content/languages and set WPLANG to &#39;de&#39;
    
    // to enable German language support.
    
    define (&#39;WPLANG&#39;, &#39;&#39;);
    
    
    
    /* That&#39;s all, stop editing! Happy blogging. */
    
    
    
    if ( !defined(&#39;ABSPATH&#39;) )
    
    	define(&#39;ABSPATH&#39;, dirname(__FILE__) . &#39;/&#39;);
    
    require_once(ABSPATH . &#39;wp-settings.php&#39;);
    
    ?>


    Me sale este error

    Código:
    Error establishing a database connection
    
    
    
    This either means that the username and password information in your wp-config.php file is incorrect or we can&#39;t contact the database server at localhost. This could mean your host&#39;s database server is down.
    
    
    
     * ** Are you sure you have the correct username and password?
    
     * ** Are you sure that you have typed the correct hostname?
    
     * ** Are you sure that the database server is running?
    
    
    
    If you&#39;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.


    Que hago mal? como lo arreglo?

    SAlu2

     
     
  2. #2
    Miembro vitalicio

    Fecha de ingreso
    18 may, 07
    Mensajes
    1,505
    tenes creada la DB, por que esos datos parecen los de logeo.

     
     
  3. #3
    Senior Member

    Fecha de ingreso
    03 dic, 06
    Mensajes
    587
    Me dice que no tengo permisos para crear una tabla nueva, si es eso a lo que te refieres....

    SAlu2gracias!

     
     
  4. #4
    Miembro vitalicio

    Fecha de ingreso
    18 may, 07
    Mensajes
    1,505
    ¿no puedes crear una DB desde el panel?



    saludos



    p.d: no te recomiendo ese servidor, hay mejores opciones como 000webhost por ejemplo

     
     
  5. #5
    Senior Member Avatar de JoseIgnacio

    Fecha de ingreso
    30 mar, 07
    Mensajes
    1,435
    Si, Te Recomiendo yo también 000webhost, no tiene publicidad y tiene más espacio, además que es más profesional, Mi Blog esta hecho con 000webhost y 0 dramas.

     
     
  6. #6
    Senior Member

    Fecha de ingreso
    03 dic, 06
    Mensajes
    587
    Ok gracias a los 2. Probare 000webhost y si me sale alguna duda más os la comentare. SAlu2!!

     
     
  7. #7
    Moderador

    Fecha de ingreso
    06 feb, 06
    Mensajes
    3,410
    El tema está... ¿De dónde has sacado estos datos? Me refiero a los de la DB.

    Lo que tendrías que averiguar son los datos que utilizas.

    En especial el Nombre de usuario, su pass y el nombre de la DB.

    Y que dicho usuario tenga permisos sobre dicha tabla. En CPanel hay que asignarlo por ejemplo. Al igual que en la mayoría de los paneles de administración.-

    Cualquier cosa no dudes en consultarnos.

     
     
  8. #8
    Senior Member

    Fecha de ingreso
    03 dic, 06
    Mensajes
    587
    Ya estoy de nuevo aqui. Esta vez he creado el sitio en 000webhost como me recomendasteis. Creo una base de datos:

    Código:
    » MySQL Database *» MySQL User *» MySQL Host *
    
    a1927769_capalma *a1927769_matt *mysql2.000webhost.com *
    Lo he hecho rellenado este formulario:

    Código:
    MySQL database name: a1927769_
    
    
    
    MySQL user name: a1927769_
    
    
    
    Password for MySQL user:
    
    	
    
    Enter password again:
    y dando a Create database, no hago ningun paso más.

    Entonces, edito el wp-config.php asi:

    Código:
    <?php
    
    // ** MySQL settings ** //
    
    define(&#39;DB_NAME&#39;, &#39;a1927769_capalma *	&#39;); * *// The name of the database
    
    define(&#39;DB_USER&#39;, &#39;a1927769_matt&#39;); * * // Your MySQL username
    
    define(&#39;DB_PASSWORD&#39;, &#39;********&#39;); // ...and password
    
    define(&#39;DB_HOST&#39;, &#39;localhost&#39;); * *// 99% chance you won&#39;t need to change this value
    
    define(&#39;DB_CHARSET&#39;, &#39;utf8&#39;);
    
    define(&#39;DB_COLLATE&#39;, &#39;&#39;);
    
    
    
    // Change each KEY to a different unique phrase. *You won&#39;t have to remember the phrases later,
    
    // so make them long and complicated. *You can visit http://api.wordpress.org/secret-key/1.1/
    
    // to get keys generated for you, or just make something up. *Each key should have a different phrase.
    
    define(&#39;AUTH_KEY&#39;, &#39;put your unique phrase here&#39;); // Change this to a unique phrase.
    
    define(&#39;SECURE_AUTH_KEY&#39;, &#39;put your unique phrase here&#39;); // Change this to a unique phrase.
    
    define(&#39;LOGGED_IN_KEY&#39;, &#39;put your unique phrase here&#39;); // Change this to a unique phrase.
    
    
    
    // You can have multiple installations in one database if you give each a unique prefix
    
    $table_prefix *= &#39;wp_&#39;; * // Only numbers, letters, and underscores please!
    
    
    
    // Change this to localize WordPress. *A corresponding MO file for the
    
    // chosen language must be installed to wp-content/languages.
    
    // For example, install de.mo to wp-content/languages and set WPLANG to &#39;de&#39;
    
    // to enable German language support.
    
    define (&#39;WPLANG&#39;, &#39;&#39;);
    
    
    
    /* That&#39;s all, stop editing! Happy blogging. */
    
    
    
    if ( !defined(&#39;ABSPATH&#39;) )
    
    	define(&#39;ABSPATH&#39;, dirname(__FILE__) . &#39;/&#39;);
    
    require_once(ABSPATH . &#39;wp-settings.php&#39;);
    
    ?>
    y subo todo el "directorio" de wordpress al servidor con el FlashFXP.

    Al conectarme al servidor, me salen 3 cosas:

    *Carpeta public_html (que es donde subo los archivos de wordpress)

    * Archivo .ftpquota

    * Archivo DO_NOT_UPLOAD_HERE



    Como me dice el 3er archivo, lo subo a la carpeta public_html, y al acceder a wp-admin/install.php para instalar, me tira el mismo error que antes:

    Código:
    Error establishing a database connection
    
    
    
    This either means that the username and password information in your wp-config.php file is incorrect or we can&#39;t contact the database server at localhost. This could mean your host&#39;s database server is down.
    
    
    
     * ** Are you sure you have the correct username and password?
    
     * ** Are you sure that you have typed the correct hostname?
    
     * ** Are you sure that the database server is running?
    
    
    
    If you&#39;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.


    Me ayudan? !

    SAlu2 y gracias

     
     
Página 1 de 3 123 ÚltimoÚltimo

Temas similares

  1. Hablemos de Wordpress
    Por ION en el foro Dudas Webmaster
    Respuestas: 21
    Último mensaje: 20/06/2008, 17:19
  2. Paginas en Wordpress
    Por Enjel en el foro Dudas Webmaster
    Respuestas: 5
    Último mensaje: 26/05/2008, 16:25
  3. ¿Cómo puedo instalar un contador en wordpress?
    Por moiseshasf en el foro Dudas Webmaster
    Respuestas: 1
    Último mensaje: 16/12/2006, 15:23
  4. Wordpress MU
    Por NosfeR en el foro Dudas Webmaster
    Respuestas: 1
    Último mensaje: 10/06/2006, 15:31
  5. Cómo Instalar Wordpress
    Por Luis_Kano en el foro Manuales Webmaster
    Respuestas: 0
    Último mensaje: 05/05/2006, 22:27

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •