Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Possible Bug: Group Avatar upload interface doesn\'t render


kas2
Participant

@kas2

Updating this again with more info in hopes that someone can help out. I think I’ve pinpointed where, in the creation of the group, this is failing. And I’ve found the database issue behind it. The problem is that I don’t know what code is causing it or why, and even if I did, I’d have no idea how to fix it. So, here’s what’s happening.

From the very beginning of the group creation process…

1. Click on “Create a group” and get the first page. No problem there. The URL is /members/admin/groups/create/step/group-details.

2. Fill out the info, click “Create group and continue”

3. The group appears in the database with everything correct. The table is wp_bp_groups. The date_created on the group is listed as “2009-10-07 14:36:54” The ID is 62. Everything is filled aside from avatar_thumb, avatar_full, news (I didn’t fill in the box in step 1), and status.

4. On the next page, I check the appropriate boxes and click “Next Step”. The next page is /members/admin/groups/create/step/group-settings

5. At this point, in the DB, another group, ID 63, appears. Name, slug, and description are all missing, status is now “public” (it’s what I chose). The date_created reads “1969-12-31 16:00:00”

6. The avatar upload functionality fails to load. That page is /members/admin/groups/create/step/group-avatar

This was happening on 1.1, I just updated to 1.1.1 and it’s still happening. Does anyone have any clue where this could be coming from? It seems as if it’s storing step one, forgetting the ID, then creating a second group without the info from step 1.

Skip to toolbar