Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: users’ email address

Also, please note! If you’re running WordPress version 2.1 alphaX, or now it’s in Beta state, and you have the bbPress Integration plugin going on it..

find this line:

require_once( ABSPATH . WPINC . ‘/registration-functions.php’ );

change it to this:

require_once( ABSPATH . WPINC . ‘/registration.php’ );

(The devs renamed the file in the includes/ directory for 2.1)

This is probably the main cause of these errors.. Also, we’d better make sure of any other bbPress plugins using that first call to the /registration-functions.php file.. and change accordingly..

This is for 2.1 alphaX, and now 2.1-betaX users only!!

spencerp

Skip to toolbar