BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › %INITIATOR% wrote on %TARGET% Wall
Tagged: %INITIATOR% %TARGET% Wall
- This topic has 36 replies, 7 contibutors, and was last updated 10 years, 2 months ago by Alyssa.
Question
August 20, 2014 at 5:14 pm #30802@palmdocNoted – thanks
Answers
August 22, 2014 at 1:32 am #30870@
AnonymousWe’ve tried here on multiple setups including multisite and cannot reproduce this error. Tried posting from admin to regular member, super admin to regular member, just cannot reproduce it. This happened briefly in development only when logged out, which was because there was no condition for logged out users, so when a visitor was not logged in %INITIATOR% etc was being displayed like that. I’m guessing there must be some condition we’re not accounting for that is also not default. The more info the better (including FTP+login if you want to PM me).
Exactly what are your setups?
– multisite?
– 3rd party plugins interacting?When do you see the error?
– all updates?
– logged in/out?
– as admin/superadmin/normal user?August 24, 2014 at 12:08 pm #30923@adminzenoedMine is solved after I logged out and logged back in. Hmmm…
August 28, 2014 at 9:45 am #31062@nicolajhi i’m having this problem too. this is pretty serious.
Here are my debug info. Hope it can help to reproduce this and find some solution.
Home URL http://mylookandme.allo-infopc.com
Site URL http://mylookandme.allo-infopc.com
PHP 5.3.10-1ubuntu3.13
MYSQL 5.5.38
WordPress 3.9.2
BuddyPress 2.0.2
rtMedia 3.7.5
OS Linux
Imagick Not Installed
GD 2.0
[php.ini] post_max_size 8M
[php.ini] upload_max_filesize 128M
[php.ini] memory_limit 256M
Installed Plugins :
BP Custom Background for User Profile by Brajesh Singh version 1.0.6,
BuddyBoss Wall by BuddyBoss version 1.0.2,
BuddyPress Follow by Andy Peatling, r-a-y version 1.2.1,
rtMedia for WordPress, BuddyPress and bbPress by rtCamp version 3.7.5,
BuddyPress by The BuddyPress Community version 2.0.2,
Display Posts Shortcode by Bill Erickson version 2.4,
HashBuddy by modemlooper version 1.5.1,
Regenerate Thumbnails by Viper007Bond version 2.2.4,
Responsive Lightbox by dFactory version 1.4.7,
Revolution Slider by ThemePunch version 4.3.8,
rtMedia Pro by rtCamp version 2.5,
rtSocial by rtCamp, rahul286, rutwick, saurabhshukla, HarishChaudhari, faishal, 5um17, JoshuaAbenazer version 2.1.15,
Fast Secure Contact Form by Mike Challis, Ken Carlson version 4.0.26
Theme Name Sweetdate
Theme Version 2.6.1
Author URL http://themeforest.net/user/SeventhQueenAugust 28, 2014 at 2:13 pm #31065@
AnonymousThanks for the details. Although we haven’t found a solution yet, we consider this the first priority bug. Having a hard time consistently reproducing it. Once we figure out exactly why it happens a solution should be simple to implement. It’s an odd bug.
August 29, 2014 at 6:43 am #31082@nicolajHello,
Thank you.
This is happening when i use rtmedia front-end image uploading (https://rtcamp.com/rtmedia/).
Maybe can get the free version for testing.
August 29, 2014 at 7:04 am #31084@cfcommunityI’m also using the RT Media plugin, so there might be a conflict somewhere?
August 29, 2014 at 10:39 am #31096@alyssa-buddyboss
AlyssaParticipantI’ll test this out this evening.
August 29, 2014 at 10:50 am #31097@alyssa-buddyboss
AlyssaParticipant@cfcommunity @nicolaj We have updated the Wall and Media Plugins, can you try updating them and let me know if you still have the issue?
August 29, 2014 at 9:33 pm #31103@raytronxI’m still seeing it after update. 🙁
I updated my profile picture and it was OK until user Roger came and liked it and commented on it then the %INITIATOR% wrote on %TARGET% Wall happened.
August 31, 2014 at 7:23 am #31121@palmdocIt’s still happening. Bug not fixed.
September 1, 2014 at 5:23 am #31150@nicolajHi,
Same here. Bug not fixed. It seems thats happen after a page refresh.
Data are stored in the db like this. Why not use buddyboss_wall_initiator and buddyboss_wall_target meta data to generate “buddyboss_wall_action” at every load ?
Thanks for your support !
September 1, 2014 at 8:14 pm #31169@alyssa-buddyboss
AlyssaParticipant@cfcommunity @nicolaj @raytronx @michael @gansad Ok everyone, so I’ve been testing on @palmdoc site. In the BuddyBoss Wall Plugin file includes/wall-hooks.php find this around line 475:
function buddyboss_wall_replace_placeholders_with_url( $action, $activity, $args ){
Now directly ABOVE this line should be this code to look like this:
add_filter( 'bp_get_activity_action', 'buddyboss_wall_replace_placeholders_with_url', 11, 3 ); function buddyboss_wall_replace_placeholders_with_url( $action, $activity, $args ){
If this code is not above that line, this is the issue. This line of code was not in palmdoc’s plugin.
September 1, 2014 at 10:52 pm #31171@
AnonymousI have tested this and can confirm that it works, at least where I was finally able to replicate the bug. Thanks TJ!
We’ll roll this (or an expanded patch) into the next release, soon.
September 2, 2014 at 4:01 am #31172@nicolajHi guys,
I’ve made the modifications on my buddyboss wall plugin. I’m sorry but this is not working for me.
I can give you access to my BuddyPress dev site so you can run test and check what’s wrong.
Bug is occurring when writing on somebody wall or when posting an update on my wall, always when adding an image with front-end image uploader from rtmedia.
Thanks !
- The question ‘%INITIATOR% wrote on %TARGET% Wall’ is closed to new replies.