@tisor
7 years, 5 months ago
It was in my own siteplugin. I added it to clear a bit the menu on my template…
You will need to go for a search…
Disable all plugins except buddypress and activate 1 by 1 to find the one that breaks it.
I had a site plugin, disabling the menu options for WordPress. Using this code:
bp_core_remove_nav_item( ‘settings’ );
This was generating the 404. Removed it, all worked.