Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • harderstuff
    Member

    @harderstuff

    It looks like the fix is to change:
    $group_ids = $this->get_group_ids( $user_id );

    to:
    $group_ids = BP_Groups_Member::get_group_ids( $user_id );

    in bp-groups-classes.php


    harderstuff
    Member

    @harderstuff

    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

    Any ideas?


    harderstuff
    Member

    @harderstuff

    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?


    harderstuff
    Member

    @harderstuff

    Yes, BuddyPress is activated network-wide.

    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)?

    btw, the contents of the bp-custom.php file are:

    php define( ‘BP_ROOT_BLOG’, 9 );
    php define( ‘BP_ENABLE_MULTIBLOG’, 1 );

    if that’s any help.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar