Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 23 replies - 1 through 23 (of 23 total)

  • Manoj Chacko
    Participant

    @mjc82in

    Does anyone has any clue about this?


    Manoj Chacko
    Participant

    @mjc82in

    Hi,
    Any resolutions? everyone is starting to complain, as we have a lot of courses running on this and it is affecting the courses critically, to the point everyone is even considering about moving away from the platform.

    Thanks
    Manoj


    Manoj Chacko
    Participant

    @mjc82in

    @mercime
    What does this function do? commenting this solves the issue.
    do_action_ref_array( ‘bp_activity_after_save’, array( &$this ) );


    Manoj Chacko
    Participant

    @mjc82in

    Dug in further,
    if ( ! $activity->save() ) {
    return false;
    }
    This function in bp-activty-functions, causing the problem, I can’t think of further what else to do in terms of trouble shooting.


    Manoj Chacko
    Participant

    @mjc82in

    Ok I narrowed it down further, its this line thats causing the issue.

    $comment_activity_id = bp_activity_add( $args ); (line 717 in bp-blogs/bp-blogs-functions.php)

    Since I am not familiar with buddypress codes, can somebody help me trouble shoot this.


    Manoj Chacko
    Participant

    @mjc82in

    Looks like when I turn off site tracking it works. so its something to do with that. Any idea how to resolve


    Manoj Chacko
    Participant

    @mjc82in

    @mercime do you have any updates, should I put this under the buddypress bugs


    Manoj Chacko
    Participant

    @mjc82in

    Hi
    Do you guys have any updates on this?


    Manoj Chacko
    Participant

    @mjc82in

    Any updates?


    Manoj Chacko
    Participant

    @mjc82in

    I did check the theme before with twenty fifteen and the error was still there, we currently using a studiopress theme. But I checked it again with twenty fifteen and the issue remains.

    1. Which version of WordPress are you running?
    WordPress 4.3.2

    2. Did you install WordPress as a directory or subdomain install?
    Directory

    3. If a directory install, is it in root or in a subdirectory?
    Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    Yes, don’t remember which version it was 4.2.* I think

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes

    6. Which version of BP are you running?
    BuddyPress 2.4.3.

    7. Did you upgraded from a previous version of BP? If so, from which version?
    yes, I think it was buddypress 2.2.*

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Yes,
    Akismet; BuddyPress; BuddyPress Docs; BuddyPress Group Email Subscription; BuddyPress Sitewide Activity Widget; CustomPress; Google Analytics +
    ImageInject; Jetpack by WordPress.com; More Privacy Options; Multisite Plugin Manager; New Blog Templates; Site Categories; TinyMCE Advanced
    Ultimate Branding; User Role Editor; WordPress Importer; WP Author Slug; WPMU DEV Dashboard; WPMU Ldap Authentication;

    9. Are you using the standard WordPress theme or customized theme?
    Studiopress theme (Tested with twenty 15 as well)

    10. Have you modified the core files in any way?
    No
    11. Do you have any custom functions in bp-custom.php?
    No
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    BBpress Version 2.5.8

    13. Please provide a list of any errors in your server’s log files.
    Under the windows event viewer is an error
    “Faulting application name: httpd.exe, version: 2.4.16.0, time stamp: 0x55a22a64
    Faulting module name: php5ts.dll, version: 5.6.12.0, time stamp: 0x55c3b699”
    Happens whenever this error occurs.
    Nothing related within the apache logs That I can see.

    14. Which company provides your hosting?
    University Hosted (Temple University)
    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Windows running Xampp


    Manoj Chacko
    Participant

    @mjc82in

    Hi,

    I am running WordPress 4.3.2 and BuddyPress 2.4.3. BBpress Version 2.5.8 . Issue started happening couple of versions back. Installed in the root (using Xampp) It was working fine before wordpress/buddypress upgrade past summer.

    Issue is whenever user post a comment, it think for a second and gives out an error.
    Error, sometimes on some browser is just a error page, sometimes it s shows duplicate post error.

    But when I go back refresh the page. The comment was published. So something is happening after comment gets published and it has to redirect to the page.

    I have a bunch of plugins installed, but as rule of elimination I tried different combination. by removing and putting in plugin one by one.
    Conclusion issue is with WordPress/Buddypress/Akisment combo. with just wordpress and akismet it worked. just wordpress and buddypress it worked. With all three issue reappears, I have been troubleshooting it with Akismet first, But does not look like they are causing the issue.

    I can give access to my site to one of the moderators or developer if it helps.This issue is kind of becoming critical now.

    Thanks
    Manoj


    Manoj Chacko
    Participant

    @mjc82in

    Did do that,

    I also enabled below for pages, but pages dont show up.

    // Add custom post type to activity record
    add_filter ( ‘bp_blogs_record_post_post_types’, ‘activity_publish_custom_post_types’,1,1 );
    // Add custom post type comments to activity record
    add_filter ( ‘bp_blogs_record_comment_post_types’, ‘activity_publish_custom_post_types’,1,1 );

    function activity_publish_custom_post_types( $post_types ) {
    // add any custom post-type here
    $post_types[] = ‘page’;
    return $post_types;
    }


    Manoj Chacko
    Participant

    @mjc82in

    Its actually weird, some users comments activity get stored in the activity stream but some it doesn’t.

    for example.
    Person A comments on Person Bs blog, and it gets stored in the activity stream, so if person A navigates to his activity page he will see it there. (this is fine, this is how its supposed to work.)
    some cases.
    Person C comments on Person D’s blog and this time its not in the activity stream. No idea why.


    Manoj Chacko
    Participant

    @mjc82in

    sorry got busy in the weekend, ok I resolved one issue.
    i.e. Now it started updating again, The problem was on the new mysql server, Strict mode was on.

    Now the problem is there is a delay of 6hrs before it gets updated. Definitely a time issue, But not sure where, because the time all looks to be correct.


    Manoj Chacko
    Participant

    @mjc82in

    both Server timezone and the wordpress timezone, both are same.


    Manoj Chacko
    Participant

    @mjc82in

    Thats already set, I again re-applied the setting, it still doesn’t work.


    Manoj Chacko
    Participant

    @mjc82in

    you can check out the site
    community.mis.temple.edu


    Manoj Chacko
    Participant

    @mjc82in

    This is wierd, so the next post finally came (which is one more post).

    This one is 8 hrs ago, The one before this is 1 day and 8 hrs (this is right before the move)


    Manoj Chacko
    Participant

    @mjc82in

    I actually did as soon as you suggested it, no success


    Manoj Chacko
    Participant

    @mjc82in

    Yes it does, because the entire site is running of that server everything seems to be working except the activity


    Manoj Chacko
    Participant

    @mjc82in

    well I checked the table directly and the last post is the old post nothing after that


    Manoj Chacko
    Participant

    @mjc82in

    Well I dont think its the plugin problem, I dont think the wp_bp_activity table is being updated.


    Manoj Chacko
    Participant

    @mjc82in

    Actually I was trying to save a type of member, its dropdownlist

Viewing 23 replies - 1 through 23 (of 23 total)
Skip to toolbar