Hi,

I am having problems with the activation email link and redirection.

When I click the activation link in the activation email it takes me to an error page. THe URL it redirects to is

http://site.com/?my_redir_to=/??????????key=9f59f19033809738f375819b687a0f77

I have the Private Community plugin installed with the config file set up like this:

MM_BUDDYPRESS_PRIVATE_COMMUNITY::$ALLOWED_URIS = Array('','/online-training', '/register','/activate?key=*','/wp-login');
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_TO_URL = site_url() . '';
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_HOOK = 'my_redir_to';

Can someone offer a solution to this or point me in the right direction to fix.

Thank you