This topic has 4 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #80966
     hma
    Participant

    Hello,
    sth very weird.
    I am seing now double comments when a user is adding a comment in activity streams.
    I have disabled all the plugins except buddypress and still the double comment is there.

    So I have pushed the site to a staging insall ( no cdn ; no cache). still remains.

    So I did activate other themes and then the issue disappear.Only one comment seen.

    Can you help me on this ? I don’t really know what to do …

    Best rgs,
    Hervé

    #80970
     hma
    Participant

    site is startops.fr
    admin : startops5
    pass : lerovesss123

    #80975
     sharmstr
    Moderator

    This isnt a kleo bug, its a known issue with wpengine. View this topic for more details https://archived.seventhqueen.com/forums/topic/activity-stream-multiple-posts-with-every-post

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #81021
     hma
    Participant

    Hello, I have contacted Wpenegine. after several hours . it seemed not linked with Hearbeat.

    I have removed the file that Seventqueen advised us to put in the child function :

    add_action( ‘wp_enqueue_scripts’, ‘load_buddypress_js’ );
    function load_buddypress_js () {
    if (bp_is_group() || is_page( ‘activity’ )) {
    wp_enqueue_script(‘buddypress_query’,plugins_url() . ‘/buddypress/bp-core/js/jquery-query.min.js’,array(“jquery”));
    wp_enqueue_script(‘buddypress_members’,plugins_url() . ‘/buddypress/bp-core/js/widget-members.min.js’,array(“jquery”));
    wp_enqueue_script(‘buddypress_cookie’,plugins_url() . ‘/buddypress/bp-core/js/jquery-cookie.min.js’,array(“jquery”));
    wp_enqueue_script(‘buddypress_scroll’, plugins_url() . ‘/buddypress/bp-core/js/jquery-scroll-to.min.js’, array(“jquery”));
    wp_enqueue_script(‘buddypress_js’,get_template_directory_uri() . ‘/buddypress/js/buddypress.min.js’,array(“jquery”));
    }
    }

    now it is working fine…

    So I am a bit surprised. did Wpengine fix the issue ?

    what was this function supposed to do initialyy ?

    Best rgs,
    Hervé

    #81023
     sharmstr
    Moderator

    As I explained in the other topic, it was to load all of those missing files. Good luck 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?