Re: Avatar Upload Issues
I’m encountering the same issues
-fresh install off the trunk
-create a group
-upload avatar (default wp misc settings for wp-content/upload)
-verified the file is successfully uploaded to the server in proper directory/permissions
But inspecting in firebug shows the path is not exactly correct:
<img alt="Avatar to crop" class="avatar" id="avatar-to-crop" src="wp-content/uploads/group-avatars/1/myuploadedfile.png"/>
<img alt="Avatar preview" class="avatar" id="avatar-crop-preview" src="wp-content/uploads/group-avatars/1/myuploadedfile.png"/>
<input type="hidden" value="wp-content/uploads/group-avatars/1/myuploadedfile.png" id="image_src" name="image_src"/>
needs a beginning slash /wp-content/uploads/group-avatars/1/myuploadedfile.png