Forum Replies Created
-
In reply to: How can I fully remove this plugin?
no, I think that is probably the core of the problem.
basically capabilities are stored against each role in the database in the wp_options table in the database under name wp_user_roles.
Each role is stated, and then it’s capabilities are stored against it.
bbpress is trying to remove roles/capabilities from each bbpress role, and is failing.
maybe if you look in the database and see what bbpress roles you have – if none, then there is nothing for bbpress to do, and that may be why it is erroring
ok, let’s try adding this
add_filter( 'bbp_verify_nonce_request_url', 'my_bbp_verify_nonce_request_url', 999, 1 ); function my_bbp_verify_nonce_request_url( $requested_url ) { return 'http://localhost:8888' . $_SERVER['REQUEST_URI']; }
Put this in your child theme’s function file – or use
In reply to: Multiple notifications Errorwhat other bbpress related plugins are you running?
In reply to: How can I fully remove this plugin?sorry, I’m just a bbpress user who helps out here, in 5 years, I’ve not seen this issue.
I’d suggest that you just delete the plugin using FTP.
In reply to: How can I fully remove this plugin?hmmm… suspect that members may have left something
do you have FTP?
In reply to: How can I fully remove this plugin?ok, it is a site specific issue, and might (or might not) be related to the members plugin -I have no idea how that plugin works or how you view roles using it.
so all I can say is it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: How can I fully remove this plugin?so it repeats this error each time you try ?
In reply to: How can I fully remove this plugin?hmmm…not seen this before, did it deactivate?
In reply to: Adding roleshttps://codex.bbpress.org/custom-capabilities/ is a better way, as updates to bbpress don’t overwrite, but as long as you know that bbpress updates will need you to go back into those files.
In reply to: Adding rolesthanks, yes your posts went into moderation 🙂
try
dashboard>settings>permalink and just click save – this resets the permalinks.
In reply to: “No Topics” issue on forum pagenot a bug I know of, but 2.6.4 does have some issues with latest activity where sub forums are also involved – do you have sub forums?
In reply to: import datayou’ll need to create a custom importer
if you do this, let us know, and we can add details to this site
In reply to: The profile name is not visible insorry, tied up in paid work at the moment
In reply to: Adding roles@zirow can you say what you did to help others who have this problem.
In reply to: Disabling the option number of votes in the forumgreat – glad you are fixed
In reply to: import datadashboard>tools>forums>import forums
In reply to: BBPress looking strangeIf you want to add styling and features try
In reply to: Remove /search from the sitelink to an example on your site please
In reply to: Can you make a role to subscribe a forum?can you post the code you are using
In reply to: Styling body text in the TinyMCE EditorPut this in your child theme’s function file – or use
or it is available as an option in
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
In reply to: Making Texts in the post Uncopyable?no sorry all content is copy able – if it is interesting people will copy it.
The best way is to make it just very boring 🙂
In reply to: Post in topic pageI don’t know what in 2.6 would cause this
In reply to: Post in topic pageit will be one of them 🙂
In reply to: Post in topic pagesomething has changed, so what have you updated ?