I think the problem was that I had BP_MULTIBLOG_ENABLED, and didn’t have BLOGID_CURRENT_SITE set correctly in wp-config.php. I fixed that, but now, I get the following error when I try to delete a user:
[03-Jul-2010 13:22:47] PHP Fatal error: Using $this when not in object context in /var/www/vhosts/veraloft.com/httpdocs/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1053
The error occurs in delete_all_for_user(), a member function of BP_Groups_Member
If I remove registration/register.php from my theme, I just get sent back to the subdomain’s home page when I try to register, without getting a form to register in. Where does the BuddyPress registration page come from when things are working correctly? Is it from the bp-default theme?
I get redirected to subdomain.domain.com/register which runs the register.php file in my theme. The register.php file is a copy of the bp-default/registration/register.php file, with a couple of formatting changes.
Should I get redirected to domain.com/register (without the subdomain)?