On 12/21/07, Michael E. Hancock <[EMAIL PROTECTED]> wrote: > When attempting to install, if I have wrong values in wp-config.php, for > instance DB_PASSWORD, with 2.3.1, the WordPress logo followed by the "Error > establishing a database connection" statement was presented. But the beta > 2.3.2 displays two error messages and then the WordPress logo followed by > the "Can't select database" statement. The error messages displayed are: > > Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access > denied for user 'xxxxxx'@'localhost' (using password: NO) in > /home/public_html/wordpress/wp-includes/wp-db.php on line 79 > Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to > the server could not be established in > /home/public_html/wordpress/wp-includes/wp-db.php on line 79 > > > I am not real comfortable with those error messages appearing--in > particular, thinking about this type of error being reported on the Forums. > Thoughts??
Those look like messages isssued by PHP. Is display_errors turned on in php.ini? I see these messages too, but only in the error log. Ryan _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
