Nishant Shrivastava
Nishant Shrivastava

Reputation: 2119

How to integrate Wordpress and bbPress?

Can anyone explain me how to integrate Wordpress 3.0.1 and the bbPress 1.0.I just want to install bbPress with my previous Wordpress site (Url : mysite.com).I just want to install it on mysite.com/forum . I just tried doing it by creating a folder and installing bbPress there,( I skipped the wordpress integration ). When I tried to log onto the bbPress,it just throwed a hell lot of warnings saying function deprecated. I can not figure out why this all is happening.Is this due to some version problem?

Upvotes: 4

Views: 287

Answers (2)

Ashfame
Ashfame

Reputation: 1769

You get those errors if you are running PHP 5.3+ It was fixed in the trunk but since then there are no bbPress releases. You can safely upgrade to trunk, its better than last version anyway.

Regarding integration follow this integration guide.

Upvotes: 1

kovshenin
kovshenin

Reputation: 32622

I believe function deprecated is an issue of WordPress/bbPress running some old code for compatibility with earlier versions of PHP. You can disable the display_errors in your php configuration, server configuration or WordPress configuration.

For information about integrating WordPress with bbPress, make sure you read the documentation and browse their forums. They've discussed this millions of times ;)

Cheers.

Upvotes: 0

Related Questions