Well, it works for me. Must be your install.
Have checked to see that all the rest of BP works?
Can you please provide us your site URL to check?
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.
On a side note, Manoj just released an image album plugin for bp! https://wordpress.org/extend/plugins/bppicture-album/ how about that.
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!
Please check wp_bp_xprofile_groups table in your database, it seems that there is a group exists with blank name field.
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!!!
Deanes02, Please turn on the Green light