Avatars are not showing up after wordpress svn update
-
I upgraded to 3.7.1 using svn. I did this on my localhost to make sure everything is fine. Then I proceeded to do it on the server. However, on the server, the users’ avatars are not showing up and instead everyone is getting a mystery man.
Looking at source on my localhost where their avatars are showing up I get the following code:
<img src="http://localhost/[path]/wp-content/uploads/avatars/[a number]/[imagename.jpg]"
On the server when I view source I get the following code for the same user:
<img src="http://gravatar.com/avatar/[alphanumeric]=http://[mywebsite.com]/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg"
What has gone wrong? Is there a particular file that needs changing?
I ultimately gave up looking at code and decided to try and re-upload images. But when I did that it fails to upload the avatars because it is trying to upload the avatar to
http://[domain]/path/to/avatars/[userid]/avatars/[userid]
. So it is repeating the avatars and userid folders for some reason. Any ideas?
- The topic ‘Avatars are not showing up after wordpress svn update’ is closed to new replies.