-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter Westwood wrote: > Michael E. Hancock wrote: > > From: "Ryan Boren" <[EMAIL PROTECTED]> > >> http://wordpress.org/wordpress-2.3.2-beta.zip > > > I can't get a new install to work with this beta. Get the > following error: > > Fatal error: Call to undefined method wpdb::get_caller() in > > /home/public_html/wordpress/wp-includes/wp-db.php on line 154 > > > looks like an error in Ryans backport from trunk - get_caller is > something new added in trunk to give more debug info on database errors. > > It is probably best to delete the following two lines from wp-db.php: > > if ( $caller = $this->get_caller() ) > $error_str .= " made by $caller";
Fix now committed to branches/2.3 for this issue. westi -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHa+2tVPRdzag0AcURAmEgAJ0QgoZzJAN3XxA8ZWTMVnioiIyLQwCfTtyG gg7efJEjhJIv4DmdphISrZg= =Pb2i -----END PGP SIGNATURE----- _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
