Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: No Video / Photo Upload to Activity Feed #29945

    Hi Tony,
    I am not aware of any conflict as of yet. Will test with their new release and get back to you in next 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: BuddyPress Member Types Pro with PMPRO #29944

    Hi Serge,
    Welcome to BuddyDev.

    We are using following code to set membership level

    
    pmpro_changeMembershipLevel( $level_id, $user_id );
    

    for the user.
    If it is not taking the month, It is most probably a bug in PMPro API or they might have changed it.

    Please post it PMPro support and let me know if it needs change.

    Also, In order to assist you in future, Please share me your order id or account from which it was purchased.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Issues after update #29943
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Error #29942

    H Eri,
    Welcome to BuddyDev.

    Thank you for using our theme and plugin.

    Please enable WP_DEBUG and post me the error log. That will help me assist you quickly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Issues after update #29931
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Issues after update #29928

    Hi Carsten,
    Please enable wp debug and check for the error.

    You can do so by wditing wp-config.php and changing

    
    define ( 'WP_DEBUG', false);
    
    

    to

    
    define ( 'WP_DEBUG', true);
    
    

    After finding the error, Please disable it again.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    We have issued the refund as requested. Please check your PayPal account.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: BuddyPress Moderation #29923
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Issues after update #29922

    Hi Carsten,
    I am sorry for the inconvenience.

    1. I am not sure if the plugin can cause this. Let us troubleshoot and find out for ourselves.

    To troubleshoot, let me help you with point 2 first

    2. It can happen if you are calling functions from Recent visitors directory in your theme code or bp-custom.php without checking function_exists for the same.

    can you please look for it and disable the snippets if any?

    Regards
    Brajesh