[wp-testers] 2.3.2 Beta

Benedict Eastaugh ionfish at gmail.com
Fri Dec 21 16:32:28 GMT 2007


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 <mhancock at us.net> wrote:
> From: "Ryan Boren" <ryan at boren.nu>
> > 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
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list