Uploaded Buddypress avatars not visible throughout site
-
Uploaded avatars on my site are going into their directory (`wp-content/uploads/avatars/`) successfully, but are not visible throughout the rest of the site. Wherever the avatar should appear, the default user photo shows up instead (`wp-content/themes/wp-framework/library/images/bp-avatar-user.jpg`).
I’ve found where the avatar image is being generated (the `bp_core_fetch_avatar` fn in `wp-content/plugins/buddypress/bp-core/bp-core-avatars.php`) and what’s outputted there is correct. So somewhere from that method to the time it displays, Buddypress is deciding to show the default image instead. Permissions on the directory are 755 so that should be ok. Obviously, I’m either missing something (a `.htaccess`?) or my php configuration is not correct on the shared server? Any advice is much appreciated.
Thanks,
Jeff
- The topic ‘Uploaded Buddypress avatars not visible throughout site’ is closed to new replies.