Forums
(@mdvmarco)
9 years, 3 months ago
Same problem with plugin and SSL. If “force SSL exclusively” is activated (any page that is not secured via Force SSL or URL Filters will be redirected to HTTP) plugin don’t works. I’m waiting a plugin update ??
11 years, 1 month ago
This is a compatibility problem. You can try to disable buddypress registration
Insert below code in your theme funtion.php
// Disable Buddypress registration remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );