BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall %INITIATOR% wrote on %TARGET% Wall

Viewing 15 posts - 16 through 30 (of 37 total)
  • Question

    #30802
    @palmdoc

    Noted – thanks

    Answers

    #30870
    @michael

    We’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?

    #30923
    @adminzenoed

    Mine is solved after I logged out and logged back in. Hmmm…

    #31062
    @nicolaj

    hi 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/SeventhQueen

    #31065
    @michael

    @nicolaj

    Thanks 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.

    #31082
    @nicolaj

    Hello,

    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.

    #31084
    @cfcommunity

    I’m also using the RT Media plugin, so there might be a conflict somewhere?

    #31096

    Alyssa
    Participant
    @alyssa-buddyboss

    I’ll test this out this evening.

    #31097

    Alyssa
    Participant
    @alyssa-buddyboss

    @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?

    #31103
    @raytronx

    I’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.

    #31121
    @palmdoc

    It’s still happening. Bug not fixed.

    #31150
    @nicolaj

    Hi,

    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 !

    #31169

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #31171
    @michael

    I 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.

    #31172
    @nicolaj

    Hi 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 !

Viewing 15 posts - 16 through 30 (of 37 total)
  • The question ‘%INITIATOR% wrote on %TARGET% Wall’ is closed to new replies.