BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Hi Bryan,
    Thank you for sharing the log. I looked through it and It does not have anything related to buddypress. It is probably the log for another site that you manage. Can you please recheck.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Hi,
    Thank you for the details.

    I am very sorry for your experience. we have never seen this issue before and that’s why we need a bit more help from you.

    Your registration page is correct. Is there any way to get the PHP error log? If you can share the log, It will give me insight into what is happening(just a few lines of log from the time the registration fails).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Thank you.
    I can see the issue. I believe it is timing out and caused by a fatal error or a cyclic call or some remote call.

    – It happens when account is activated. That’s why you do not see if you register by disabling this plugin.

    Please help me with the following:-
    – Do you have anything in bp-custom.php?
    – How did you change the fullname field to something else? That is one of the probable cause for error on activation.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Hi Claire,
    I am sorry, I missed your reply.

    I had added the code to test pagination and limited it to 1 post.

    Please comment this line

    
    $args['posts_per_page'] = 1;
    

    to

    
    // $args['posts_per_page'] = 1;
    

    and that would solve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Hi Bryan,

    I just tested with PHP 8.2.29. I did not get any error and the account activation worked.

    can you please provide me more details about your activation settings? I tested while using apache(web server, It should not be an issue).

    PS:- Do you have access to error log? If not, can you please try using a plugin like this
    https://wordpress.org/plugins/error-log-monitor/ temporarily and provide me the error log.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Hi Bryan,
    Thank you for sharing the details.
    I am looking into it. Please expect a solution within 24 hour(I need to try on 8.2.29 to see the issue, that’s why needing a little extra time).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Hi Bryan,
    Thank you for using the plugin.

    Can you please tell me if you are using BuddyPress or BuddyBoss and if it is in multisite mode? Also, which version of PHp are you using? The plugin was tested with php 8.1 and latest version of BuddyPress/BuddyBoss. I will look quickly into it after you share the details and assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171
    Brajesh Singh on in reply to: Add External Youtube Link front Frontend no work #55697

    Hi,
    Thank you for using MeidaPress.

    I haven’t seen it earlier but let us troubleshoot it.

    1. Are you using BuddyPress? or are you using it for sitewide gallery?
    2. If using BuddyPress, Is it happening for user, group or stewide video gallery?

    3. Is is the same user who is trying to upload to the gallery from the front end/backend(assuming same gallery)

    4. Which theme and template pack are you using?

    5. Do you have any plugin that restricts embed or enhances the youtube/oembed experience?

    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171

    Hi Claire,
    Thank you.

    Please use this and let me know if it works or not?

    https://pastebin.com/raw/4ZtiJN6x

    You will need to replace the old code with it. It has your tabs slug hardcoded. Please check it if it is causing 404 on pagination.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25171
    Brajesh Singh on in reply to: Multiple Uploads on Mobile #55688

    Hi Russel,
    Thank you for the suggestion.
    I appreciate it.

    We have done it intentionally due to limitations of platform(not having uniformity on allowing file selection for ios/android etc).

    We do not plan to add it as it creates broken experience with the current uploader(in 2.0 branch, this is not an issue).

    I will suggest using the filter mpp_upload_default_settings to filter and override.

    Regards
    Brajesh