Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile Edit not working


  • deanes02
    Participant

    @deanes02

    /members/USERNAME/profile/edit

    When I go to the profile edit page I get a warning “That group does not exist.” I have installed buddypress and all of the other functionality seems to be working.

    Any ideas???

Viewing 8 replies - 1 through 8 (of 8 total)
  • Well, it works for me. Must be your install.

    Have checked to see that all the rest of BP works?


    talk2manoj
    Participant

    @talk2manoj

    Can you please provide us your site URL to check?


    Burt Adsit
    Participant

    @burtadsit

    You’ll get that error message from bp-xprofile.php if you have a group of profile fields defined but no fields in the group.


    Burt Adsit
    Participant

    @burtadsit

    On a side note, Manoj just released an image album plugin for bp! https://wordpress.org/extend/plugins/bppicture-album/ how about that. :)


    deanes02
    Participant

    @deanes02

    The site is http://ma.nutwork.com.au/

    I have a group called – Basic Information with two fields “Name” and “Date of Birth”. Theres a slight div problem in Firefox so if you check it out in IE that would be best. Anyway the error still comes up when you click on Edit Profile, but you can still click on the Basic Information link and enter in your details.

    It is the initial error when you click on “Edit Profile” that I am trying to solve.

    Thanks for your input so far!


    talk2manoj
    Participant

    @talk2manoj

    Please check wp_bp_xprofile_groups table in your database, it seems that there is a group exists with blank name field.


    deanes02
    Participant

    @deanes02

    Thanks – your answer got me there. What happen was there was no group in the DB with an id=1 so therefore BP was looking for something that wasn’t there and new entries started from 2. Presumably the following SQL code (or something similar) should have been run by BuddyPress in the initial installation???

    INSERT INTO 'wp_bp_xprofile_groups' ( 'id' , 'name' , 'description' , 'can_delete' )
    VALUES (
    '1', 'Basic', '', '0'
    );

    Its all working now, Thanks!!!


    talk2manoj
    Participant

    @talk2manoj

    Deanes02, Please turn on the Green light :)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Profile Edit not working’ is closed to new replies.
Skip to toolbar