@dexpositoromero
12 years, 7 months ago
Okay, solved it, so to say.
Modified bp-core-filters.php file:
`$activate_url = bp_get_activation_page() . “?key=$key”;` (this appears TWO TIMES)
for
`$activate_url = bp_get_activation_page() . “wp-activate.php?key=$key”;`
Regards,
Daniel