Forums
-
- Forum
- Posts
-
- Installation
- 28,034
- Troubleshooting
- 61,259
- Themes
- 10,269
- Plugins
- 15,090
- Requests & Feedback
- 14,727
- Showcase
- 3,245
-
After a while… It seems that anyone else is facing this problem with bbpress. So, I did a research… and I found a solution for my problem. Maybe there are others around need a way to solve this problem. As far as I understand it is a bug, cause wp-redirect sets a wrong status header. If you add a line saying:
status_header(301);
before
wp_redirect( $re );
is called within bb-login.php, all is going well.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS