Re: wp-sigup.php and /register
@Detective Thanks for the fix! it worked!
https://buddypress.org/forums/topic/wp-sigupphp-and-register#post-26127
By the way, for those of you that are wondering, you have to add Detective’s fix to your theme’s functions.php file!
I was also having the error where the code was stopping at:
<script type=”text/javascript”>var ajaxurl = “http://yourdomain.com/wp-signup.php”;</script>
Detective, How exactly did you figure this out and how does the fix work and why are we getting this error? This should be a fix for the next release of BuddyPress.
Also, everyone, make sure you copy over the functions in the “functions.php” file from the bp-sn-parent theme to the “functions.php” file in your own theme. Without these functions, some things won’t work like member and blog listings as well as sidebar customization when using the “home.php” template.