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: 25494
    Brajesh Singh on in reply to: [Resolved] member type on registration #2831

    Thank you.
    It looks awesome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BP Autologin at activation #2823

    Hi Jon,
    Looking at the ticket again, I am not sure if it is still an issue with outlook. It seems the last two comments confirm that the MS team has fixed it.

    So, Please try getting the email that she had on her outlook and see if it has broken link or anything?

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BP Autologin at activation #2821

    Yes, It is possible.

    1. There were issues earlier where the mail software used to strip the ?key= some value

    2. since she could not use the key earlier, she was able to use it again.

    A key which was used once, will not allow reusing.

    See this topic deals with exact same
    https://core.trac.wordpress.org/ticket/25350

    Hope that clarifies.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BP Autologin at activation #2819

    Hi Jon,
    Thank you.

    That is the default BuddyPress behavior. Once the account is activated, The key becomes used and hence the error when clicked again on the same link.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    No problem. Please do let me know if you need any further assistance.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Jay,
    Thank you.

    As I suspected, The error is due to notices being generated by divi theme for non super admins.
    here is what I see

    
    <br />
    <b>Warning</b>:  preg_replace_callback(): Requires argument 2, '_et_pb_sanitize_code_module_content_regex'
    , to be a valid callback in <b>wp-content/themes/Divi/includes/builder
    /core.php</b> on line <b>703</b><br />
    <br />
    <b>Warning</b>:  preg_replace_callback(): Requires argument 2, '_et_pb_sanitize_code_module_content_regex'
    , to be a valid callback in <b>wp-content/themes/Divi/includes/builder
    /core.php</b> on line <b>704</b><br />
    
    

    Please post this message to elegantthemes foum, They should be able to help in removing notices.

    This notice causes the reponse json to be corrupted that’s why you are seeing problem.

    A temporary fix that may work is by disabling WP_DEBUG if it is enabled.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BP Autologin at activation #2813

    Hi Jon,
    I am sorry for the inconvenience. Can you please ask one of those users to forward the activation email to you so that we can check the url and see if there is something to do with that?

    are you using any registration related plugin?

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Jay,
    I logged in. Since I am superadmin, I can not see the error. Both uploader Works for me.

    Can you please make my account admin of a sub site and I will be able to test better.

    PS: Please remove my super admin privilege and just make it admin of one of the site.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Jay,
    My mistake. I thought It was MediaPress issue.

    1. It seems there are some notices being generated when you are uploading from post/page screen that is causing the json response to be corrupted. That’s why Media is being uploaded bu response is not correct.

    Can you please check in console if that is the case?

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Devin,
    Please give this plugin a try
    https://wordpress.org/plugins/custom-post-type-permalinks/

    It allows editing permalinks for custom post type. That will fix the issue.