Re: Problems with Sign up (redirect)
Hi Gcs123
I came across the same problem with my bespoke theme… as advised, I’d copied register.php across from bphome, but then got your error message:
http://******.me/wp-login.php?redirect_to=http://******.me/register
To fix this, you also need to copy across two functions from the functions.php in bphome to your theme’s function.php file:
bp_show_register_page()
bp_show_activation_page()
I did this and all works fine now.