-
Author
-
September 23, 2014 at 22:13 #29444
rainman566
ParticipantHello,
after upgrading to BuddyPress 2.1, i’m not able to upload Avatars for Profile and Groups.
Further i can’t create new Groups.In both cases there are no error Messages.
Avatars are stored on the webserver in the right Folder, but does not appear in the profile or in the Group.
If i try to create a Group at step 1 (enter Name and description) and click the create button, i always come back to step 1 and nothing happens.Do you know about this issues?
Kind Regards
ArminSeptember 24, 2014 at 12:52 #29496Catalin
Moderatorhello,
Please send me admin credentials to your website to be able to replicate your issue. Reply as private for security reasons.
thank you,
catalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 24, 2014 at 23:47 #29629rainman566
Participanthello,
and thank you for your Response. Sorry, but i am not able to do this at the Moment, because i downgrade to BuddyPress 2.0.3 yesterday, because my user wasn’t not happy. After downgrading everything is fine again.
I will try to set up a test Environment as soon as possible, and let you know the admin Access.
Thanks for now
September 25, 2014 at 13:32 #29662Catalin
Moderatorkeepp me posted and i will be glad to help.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2014 at 08:25 #30164massreport
ParticipantI am having the same issue. User avatar and group avatars are not showing. @catalin
September 30, 2014 at 16:15 #30208Catalin
Moderator@massreport: please send me admin credentials to your website to take a look… reply as private for security reasons.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2014 at 20:22 #30260massreport
Participant@catalin Private
http://www.massreport.com
username: raju2836
password: @Rajeshverma88!@October 1, 2014 at 12:18 #30305Catalin
Moderator@massreport: I tested this issue on a fresh install of the theme and everything works fine… I see you have some errors in console… those can be caused by a plugin you installed… please disable all of them and enable one by one and see which gives you the conflict.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 3, 2014 at 20:50 #30589massreport
ParticipantI looked into the issue with my host and this is what he is telling me.
As for the avatar issue, I noticed that it’s trying to use this URL for the image: https://graph.facebook.com/2147483647/picture?width=580&height=580
I found that this was set in the wp_usermeta table, there are 5 users with pictures from graph.facebook.com and none of them seem to work. I checked in the files to see what plugin or theme function was creating these and it looks like it’s part of the kleo theme:
themes/kleo/kleo-framework/lib/function-facebook-login.php
201: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . $id . ‘/picture’);
213: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . (int) $FB_userdata[‘id’] . ‘/picture’);
268: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
281: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
292: $pic = get_user_meta($params[‘item_id’], ‘kleo_fb_picture’, true);
It doesn’t look like it’s using a valid format to get pictures from Facebook, so you may want to check with the theme developer on this.October 6, 2014 at 10:28 #30754Abe
Keymaster@massreport those errors about Facebook avatars are not related to this topic about groups avatars. What error do you have and where?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 6, 2014 at 16:02 #30825massreport
ParticipantEveryone who signed up on facebook does not have their facebook picture as their avatar after the latest theme install. That is what I believe happened. Before, I was able to see the facebook avatars of my users. @abe
October 9, 2014 at 04:39 #31139massreport
ParticipantOctober 9, 2014 at 04:40 #31141massreport
Participant@abe I looked into the issue with my host and this is what he is telling me.
As for the avatar issue, I noticed that it’s trying to use this URL for the image: https://graph.facebook.com/2147483647/picture?width=580&height=580
I found that this was set in the wp_usermeta table, there are 5 users with pictures from graph.facebook.com and none of them seem to work. I checked in the files to see what plugin or theme function was creating these and it looks like it’s part of the kleo theme:
themes/kleo/kleo-framework/lib/function-facebook-login.php
201: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . $id . ‘/picture’);
213: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . (int) $FB_userdata[‘id’] . ‘/picture’);
268: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
281: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
292: $pic = get_user_meta($params[‘item_id’], ‘kleo_fb_picture’, true);
It doesn’t look like it’s using a valid format to get pictures from Facebook, so you may want to check with the theme developer on this.October 10, 2014 at 11:28 #31257Abe
Keymaster@massreport Facebook avatars should not affect your default avatars displayed in your attachment. You can disable this functionality and see how it goes from Sweetdate – Miscellaneous.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.