Do you use a cache plugin ?
@danbp nop, I don’t use any caching plugin, neither cdn caching, also as I already mentioned I did disable all plugins, change to twelvesixteen theme wth nothing but bbpress and buddypress active, also took all extra CSS and Js and ang files out of the loop, but still same thing.
The jq is working like when deleting and activity (am talking all frontend) the activity disappears until refreshed it comes again, same with the accept /reject friend request.
And there is no errors in the terminal side nor in wp debug logs.
Have you tested with another browser ? Can you provide a site url ?
Could it be that you used a framework theme or one with plenty custom settings ?
@danbp Tested with chrome regular and chrome incognito mode, also I.E. 10 on a window and safari on a mac same result.
The site is: https://pre.bangkokriders.com
Made a simple account :
User: test
Pass: test
User: test1
Pass: test1
Thanks
Ajax requests are returning this:
Are you sure you want to do this?</p><p>Please try again.
while they should not.
That’s definitely a plugin compatibility. Any special code bp-custom.php
or /mu-plugins/*
? They are not plugins in ordinary understanding and can’t be disabled from admin area.
Also, any special rules in .htaccess
file in root directory?
@slaffik i already disabled every plugin but bbpress and buddypress, but still same, .htaccess nothing modified but the expires and also tried without’em.
changed to many themes, but also still the same.
Maybe its something in the DB?
how can i clear all BB and BP from the DB?
One more thought aloud: I see in WordPress core code that this text also displays when nonce check (security) fails. See wp_nonce_ays()
if you are interested. This function is used in check_admin_referer()
which is used everywhere in BuddyPress. That’s the only hint that I can give you right now. Try investigate in this direction further. In general – this is something with your site/server and not BuddyPress itself.
To cleanup – you will need to reinstall everything from scratch (I mean create a new database and use it). Those plugins do not provide cleanup on uninstall functionality.