From: "Peter Westwood" <[EMAIL PROTECTED]> > It is probably best to delete the following two lines from wp-db.php: > > if ( $caller = $this->get_caller() ) > $error_str .= " made by $caller";
Peter, Thank you. Removing those two lines did allow me to do the install. I am unsure of this next situation (also unsure if another thread is warranted): 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?? MichaelH _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
