BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25098
    Brajesh Singh on #55709

    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: 25098
    Brajesh Singh on #55706

    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: 25098
    Brajesh Singh on #55704

    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: 25098
    Brajesh Singh on #55703

    Hi,
    We can add it for logged out users too. That would depend on whether you are using the BP Legacy or BP Nouveau template pack.

    About email:- It may seem innocuous to you but we can not allow having temp email on forums as it creates a weak link. I want you to feel welcomed and I will help you with the issue here. Once you are done with the topic, I will deactivate the account if you still keep the temp email. The risk is to our forum and we need to mitigate it.

    Thank you for your understanding.

    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25098
    Brajesh Singh on #55702

    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: 25098
    Brajesh Singh on #55701

    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: 25098
    Brajesh Singh on #55699

    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: 25098
    Brajesh Singh on #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: 25098
    Brajesh Singh on #55692

    You are welcome.
    I am looking forward to your fedeback.

    About the email:- My main concern is that someone may access it and reset your account’s pass and do something undesirable(spam). That’s why I suggested changing it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25098
    Brajesh Singh on #55690

    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