hi web00132
I am not sure if you got it working yet.
The plugin works the following way.
It uploads the avatar images that is inside your uploads folder.
to determine what your uploads folder is output what ever you defined
WP_CONTENT_DIR to be. User avatar then created the folder itself. if it doesn’t exits. You want to give the write permission. by your webserver since it will try to write to it. best best way to check tat this set up is woking is to see if you have images inside that folder. (WP_CONTENT_DIR.”/uploads/avatars/”) alse the images are going to be inserted in to subfolder that correspond to the user id/
if that is not the case for you the there is some sort of permission error. Try restoring them.
So I think what might be happening is that you have some sort of permission issue.
I hope my answer helped.