BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Media › Add Photo not working for any browser
- This topic has 66 replies, 13 contibutors, and was last updated 9 years, 10 months ago by Anonymous.
Question
September 9, 2014 at 10:35 am #31436@alyssa-buddyboss
AlyssaParticipant@lgustavodb9 Welcome to the BuddyBoss community! As you can see this is a known issue we are working to resolve.
Answers
September 12, 2014 at 10:42 am #31500@ovaltine8WordPress v 4.0/BuddyBoss 4.0.4/BuddyBoss Media 1.0.2: When posting a photo on the activity stream the photo uploads and appears briefly, then disappears. It seems to take about 5 seconds for this to happen. If I hit the “Post Update” button quickly enough the image will post, but if I take any time to add text the image is already gone before I can submit it. This is a new issue after the WordPress 4.0 update.
September 12, 2014 at 3:31 pm #31508@
Anonymous@tjchester @lgustavodb9 @toyeebgodo @imdyakov @adminzenoed @mth75
Please download version 1.0.3, available now:
This bug should be fixed.
September 12, 2014 at 3:33 pm #31509@
AnonymousThe patch is in /assets/js/buddyboss-media.js, around line 404:
var action = bbmedia_getQueryVariable(options.data, 'action'); if( typeof action == 'undefined' || action!='post_update') return;
And around line 726:
/* get querystring value */ function bbmedia_getQueryVariable(query, variable){ var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if(pair[0] == variable){return pair[1];} } return(false); }
September 12, 2014 at 8:34 pm #31517@alyssa-buddyboss
AlyssaParticipant@ovaltine8 FYI
September 13, 2014 at 11:24 am #31545@lgustavodb9Sorry @TJ Chester but I dont have buddyboss-media in my downloads. I need to BUY this? I’m use BP Activities Plus and works fine but dont work in mobiles.. And reed all the topic and the problem is in buddyboss-media but I cant download this because im need to pay $19 for that. Thats strange, in another versions of buddyboss i have a upload button. When I instaled 4.0 the button desapear and I need to pay again for a plugin I have paid?
Thanks for support
September 13, 2014 at 11:26 am #31546@lgustavodb9I cant see any link to download 1.3 version of buddy-media.. I need to download 4.04 buddyboss version and change only the files you mentioned?
September 13, 2014 at 11:53 am #31547@lgustavodb9Ok. I tested with another way and the button dont work in mobile in rtmedia and activities plus this is not a problem with media is another thing to cause this problem..
September 13, 2014 at 5:40 pm #31565@alyssa-buddyboss
AlyssaParticipant@lgustavodb9 the plugins have been separate from the theme since August 14, 2014. All purchases after that date must purchase the plugins separately. Sorry for the inconvenience.
September 13, 2014 at 7:25 pm #31576@
Anonymous@lgustavodb9 if you purchased BuddyBoss while it had photo capabilities built in (prior to version 4), you should have BuddyBoss Media and BuddyBoss Wall plugins available as free downloads in your “My Downloads” section.
September 14, 2014 at 10:20 am #31606@mth75@TJ
One user still reports upload problems on his desktop (IE11) while adding text simultaneously.
September 14, 2014 at 11:22 am #31608@alyssa-buddyboss
AlyssaParticipant@mth75 please note there is a limit to the size of a photo uploaded limited by PHP. Make sure they are not trying to upload an uber large photo.
September 14, 2014 at 2:18 pm #31616@mth75@TJ
It’s not file size related, a second user reported the problem, also an IE 11 user …
September 15, 2014 at 6:35 am #31629@adminzenoed@tjchester Actually with the updated BM1.0.3, I am also not able to upload any photo. Once the photo hits 100% upload, a message will popup saying “Error uploading photo”. The same message is also received on mobile. I was using FF32.01 on desktop and chrome on Note3 mobile.
September 15, 2014 at 2:01 pm #31640@adminzenoedWooppss.. i think there issue is related to BBM trying to rotate the image to the correct orientation. I’m facing issued ONLY when uploading images that needs to be re-oriented. The errors are:
[15-Sep-2014 19:47:38] PHP 8. buddyboss_media_merty_fix_rotation() /var/www/html/wp-content/plugins/buddyboss-media/includes/vendor/image-rotation-fixer.php:26 [15-Sep-2014 19:47:38] PHP 9. imagerotate() /var/www/html/wp-content/plugins/buddyboss-media/includes/vendor/image-rotation-fixer.php:69
Its causing exhausted php memory .. due to recursive script ??
When uploading photos in normal orientation, it’s not a problem.
- The question ‘Add Photo not working for any browser’ is closed to new replies.