ok, you’ll need to do some elimination
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Hi Robin,
Thanks for answering so quickly. That didn’t work but I want to try a similar approach. I disabled everything and I’m just using the bbpress login widget. My issue now is that I don’t know what I’m supposed to enter by lost password uri and register uri. Any ideas?
ok, you have two choices
either use the default wordpress lost password and register
http://mysite.com/wp-login.php?action=lostpassword
http://mysite.com/wp-login.php?action=register
obviously changing the ‘mysite.com’ to your sites name
or create pages within your site and use the bbpress shortcodes
and then reference the page url
eg create a page called ‘password’ and have it’s permalink as say ‘password’ and put
[bbp-login]
as the page content (you can precede this with any text you like, or have text after) eg
Lost you password?- enter your email and we'll send a new one straight to you
[bbp-login]
Then in the widget you would put
http://mysite.com/password/
you can do the same with [bbp-register] to display the register screen.
Hi RObin,
So that worked thank you, the only problem is that when I click on register it takes me to the wp registration page but gives me the following message, User registration is currently not allowed.
you need to allow it
dashboard>settings>general>anyone can register