confimed; Fatal error: Call to undefined method wpdb::get_caller() in /local/home/wp-includes/wp-db.php on line 154
> Date: Fri, 21 Dec 2007 16:32:28 +0000 > From: [EMAIL PROTECTED] > To: [email protected] > Subject: Re: [wp-testers] 2.3.2 Beta > > Not quite. You want > > define('WP_DEBUG', true); > > and > > define('WP_DEBUG', false); > > Otherwise they're strings and will both return true if you check > whether they're defined. > > > On 21/12/2007, Michael E. Hancock <[EMAIL PROTECTED]> 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 > > > > > > Also, would the two values to test in wp-config.php for the WP_DEBUG be > > specified as: > > > > define('WP_DEBUG', 'false'); > > > > and > > > > define('WP_DEBUG', 'true'); > > > > > > Thanks. > > > > MichaelH > > > > > > > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
