Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress 0.9.0.4 and 1.0-alpha-5 released


_ck_
Participant

@_ck_

To remove the warnings when using PHP 4, until Sam fixes it, go into bb-settings.php and change the error_reporting line (line 51 in 0.9.0.4 and line 29 in 1.0a5)

old:

// Modify error reporting levels
error_reporting(E_ALL ^ E_NOTICE);

new:

error_reporting(0);

Skip to toolbar