Re: Possible Bug: Group Avatar upload interface doesn\'t render
Just a quick update after further investigation, in hopes that it will help someone help me.
In checking out the db in phpmyadmin, I get this. I’m not sure whether the empty value assigned to 48 rows is relevant, but I’m passing it along…
SQL result
Host: mysql.domain.com
Database: domain_wpmu
Generation Time: Oct 05, 2009 at 10:52 AM
Generated by: phpMyAdmin 2.11.9.4 / MySQL 5.0.67-userstats-log
SQL query: SELECT COUNT(*) AS
Rows
,avatar_thumb
FROMwp_bp_groups
GROUP BYavatar_thumb
ORDER BYavatar_thumb
LIMIT 0, 30 ;Rows: 3
Rows avatar_thumb
48
1 http://domain.com/wp-content/blogs.dir/1/files/avatars/2/………..
Additionally, when veiwing the group avatar directory on the FTP, there are clear directories created based on the group ID. The avatars are placed within, and the file name is appended with some BP info.
However, on the last group I was able to upload an avatar for, there is no directory, and the raw file sits in /wp-content/blogs.dir/1/files/group-avatars. This is the only file like this — I can create new users and the process for avatars works fine, and it appears that they’re placed in their proper directories. Groups are broken, and that process didn’t seem to work properly for the last one with an avatar.
Any ideas? I wondered if this was a file permission error for something like bp-groups.php, but it doesn’t seem to be the case.