I simply went to the buddypress/bp-loader.php file and pasted the code below at the end of the file…
Try adding this code snippet to your wp-content/plugins/bp-custom.php:
remove_action( ‘bp_template_redirect’, ‘bp_redirect_canonical’, 2 );
This will remove the canonical redirect hook that might be causing you some issues.
That solved the problem and everything seems to be working fine. I just copied and pasted that code in the buddypress/bp-loader.php file and it worked… Thank you!!!. I would’ve never known to do that… Thanks times a million
I have deactivated all plug ins and reactivated them one at a time… But it did not fix the problem. Can I just copy and past that code to the wp-content/plugins/bp-custom.php file/folder? I am not a programer and only know the basics. Would I go to my wordpress appearance/editor and paste this code. Or would I have to go through filezilla?