Replies
- Brajesh Singh on September 17, 2025 at 3:57 pm in reply to: 524 error after user clicks on the complete sign up button on the registeration #55746This reply has been marked as private.
- Brajesh Singh on September 16, 2025 at 9:02 am in reply to: 524 error after user clicks on the complete sign up button on the registeration #55744This reply has been marked as private.
- Brajesh Singh on September 16, 2025 at 9:01 am in reply to: 524 error after user clicks on the complete sign up button on the registeration #55743
Thank you. I will troubleshoot it today and get back to you.
Regards
Brajesh - Brajesh Singh on September 6, 2025 at 7:41 am in reply to: [Resolved] Question to the buddypress deactivate plugin #55737
Thank you Alex.
- Brajesh Singh on September 6, 2025 at 7:39 am in reply to: Buddypress notifications widget break site with Buddyboss #55736
Hi Rami,
The count should always be 1 if you do that.The problem is with the intent of the function. It is supposed to return an array of notification objects or rendered notification strings.They have too many bugs in that implementation. If it is a conscious decision to not fix bug, it is their call.
Regards
Brajesh - Brajesh Singh on September 4, 2025 at 7:15 am in reply to: Buddypress notifications widget break site with Buddyboss #55734
Hi Rami,
Thank you for the reply.That would be incorrect solution. It won’t be showing the count correctly.
Regards
Brajesh - Brajesh Singh on September 3, 2025 at 10:31 am in reply to: 524 error after user clicks on the complete sign up button on the registeration #55730
Hi Bryan,
Thank you for sharing the details.I am able to see there is some kind of recursion that is causing timeout but It does not tell me what is causing the recursion.
Since it is only happening with auto activation plugin and not on manual activation, It is probably some configuration triggering it. I am not sure what that could be as this is the first report about the issue.
Do you have a temporary staging site where I can get limited ftp access to the auto activation plugin to debug it?
Otherwise, we will be issuing the refund within 2-4 working days as the plugin will not be able to serve you.Regards
Brajesh - Brajesh Singh on September 3, 2025 at 10:28 am in reply to: Buddypress notifications widget break site with Buddyboss #55729
Hi Rami,
Thank you.
It is happening due to a bug in the functionbp_notifications_get_notifications_for_user
in BuddyBoss.
They need to change this
// Calculate a renderable output for each notification type. foreach ( $notifications as $notification_item ) { $renderable = bb_notification_get_renderable_notifications( $notification_item, $format, 'web' ); }
to
$renderable = array(); // Calculate a renderable output for each notification type. foreach ( $notifications as $notification_item ) { $renderable[] = bb_notification_get_renderable_notifications( $notification_item, $format, 'web' ); }
Please report it to them.
Regards
Brajesh - Brajesh Singh on September 2, 2025 at 4:10 am in reply to: Buddypress notifications widget break site with Buddyboss #55716
Hi Rami,
Welcome back.Thank you for reporting the issue.
Please allow me 24 hours to put an update.Regards
Brajesh - Brajesh Singh on August 29, 2025 at 9:54 pm in reply to: 524 error after user clicks on the complete sign up button on the registeration #55711
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