[wp-trac] [WordPress Trac] #11812: Wordpress 2.9.1 doesn't fill wp-config.php correctly on first run

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 7 17:14:01 UTC 2010


#11812: Wordpress 2.9.1 doesn't fill wp-config.php correctly on first run
--------------------------+-------------------------------------------------
 Reporter:  guigouz       |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  General       |     Version:  2.9.1     
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------
 When you first run wordpress 2.9.1 and configure it, the database settings
 are not correctly persisted to wp-config.php. I'm using the brazilian
 portuguese version, and get the following lines

 /** O nome do banco de dados do WordPress */
 define('DB_NAME', 'nomedoBD');

 /** Usuário do banco de dados MySQL */
 define('DB_USER', 'usuarioMySQL');

 /** Senha do banco de dados MySQL */
 define('DB_PASSWORD', 'senha');

 These weren't the values I filled on the configuration form, so I guess
 there's some mistake when retrieving them.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11812>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list