- Posts: 9
- Thank you received: 0
Registrant list not populating
- Scott
- Topic Author
- Offline
- New Member
-
Less
More
9 years 3 weeks ago #95352
by Scott
Registrant list not populating was created by Scott
Hey all,
Our club hosts one event each year. We use Event Bookings to create a single registration page on the website. In the past our clients would register for the event. They would receive an email that they registered. Another email would be sent to our treasurer indicating that someone had registered. We could login to the back end of our site and see the list of registered clients. After updating to the latest version of Event Bookings we are no longer able to see any new registrants (though registrants from the last two years as still visible), there were no emails sent out as well. In addition to this we also have an issue with the alignment of a radio button under our Payment Information section. I have attached a picture to illustrate.
I'm scratching my head on this. Any help would be appreciated
Regards,
Scott
www.harrisondragonboat.com
Our club hosts one event each year. We use Event Bookings to create a single registration page on the website. In the past our clients would register for the event. They would receive an email that they registered. Another email would be sent to our treasurer indicating that someone had registered. We could login to the back end of our site and see the list of registered clients. After updating to the latest version of Event Bookings we are no longer able to see any new registrants (though registrants from the last two years as still visible), there were no emails sent out as well. In addition to this we also have an issue with the alignment of a radio button under our Payment Information section. I have attached a picture to illustrate.
I'm scratching my head on this. Any help would be appreciated
Regards,
Scott
www.harrisondragonboat.com
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
9 years 3 weeks ago #95355
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Registrant list not populating
Not sure about the email / reg issue, but it looks like there is a CSS conflict between BootStrap and EventBooking on your site.
You can insert the following CSS into [EventBooking -> Configuration -> Custom CSS tab] -> [Custom CSS field] in order to create a CSS override to patch the issue and realign the radio button:
You can insert the following CSS into [EventBooking -> Configuration -> Custom CSS tab] -> [Custom CSS field] in order to create a CSS override to patch the issue and realign the radio button:
Code:
.radio input[type="radio"] { margin-left:5px;}
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
9 years 3 weeks ago #95370
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registrant list not populating
Hello Scott
Did you try to register yourself? Then check to see whether you are being displayed in Registrants List? What payment method you are using? If you are using PayPal, you need to make payment to visible on that list
Tuan
Did you try to register yourself? Then check to see whether you are being displayed in Registrants List? What payment method you are using? If you are using PayPal, you need to make payment to visible on that list
Tuan
Please Log in or Create an account to join the conversation.
- Scott
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
9 years 3 weeks ago #95394
by Scott
Replied by Scott on topic Registrant list not populating
I tried to register early last week and had errors. I then tried to re-register tonight and the website thinks that I have already registered. The problem is that I am not listed under the registrants. SO I have no way of deleting the first attempt. Now I have had 7 additional people try and register over the last few weeks all with the same result and none of them are able to re-register either.
Is there a way to manually find those entries and delete them directly from the database?
Is there a way to manually find those entries and delete them directly from the database?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
9 years 3 weeks ago #95414
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registrant list not populating
That's strange Scott. You should submit a support ticket sending us super admin account of your site, we will check why these records are not being shown and guide you to correct it
Tuan
Tuan
Please Log in or Create an account to join the conversation.
- andrewl
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
9 years 3 weeks ago #95441
by andrewl
Replied by andrewl on topic Registrant list not populating
Hi all,
This is also happening on our site – no email sent but the record is in the MYSQL DB but not in the website registration list as published is set to 0 in the DB. We run quite an old version of EB and we haven't made any modifications to it for a long time, so I can only assume it's a PayPal issue?
Regards,
Andrew
This is also happening on our site – no email sent but the record is in the MYSQL DB but not in the website registration list as published is set to 0 in the DB. We run quite an old version of EB and we haven't made any modifications to it for a long time, so I can only assume it's a PayPal issue?
Regards,
Andrew
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
9 years 3 weeks ago #95443
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registrant list not populating
Hello Andrew
Look like an issue with PayPal system in the last two days. We are facing the same issue with our order system as well.
For now, please publish the records manually and monitor it in the next few days
Tuan
Look like an issue with PayPal system in the last two days. We are facing the same issue with our order system as well.
For now, please publish the records manually and monitor it in the next few days
Tuan
Please Log in or Create an account to join the conversation.
- Josh
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
9 years 3 weeks ago #95495
by Josh
Replied by Josh on topic Registrant list not populating
I am seeing the same issue now as well. Registrant goes thru and I get the Paypal payment, but I have to manually publish it and resend the registration emails. I know Paypal said they were going to be making changes to the security side, not sure if that is related
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
9 years 3 weeks ago #95497
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registrant list not populating
Monitor it ourself, I see that PayPal is sending IPN message to wrong URL
Instead of sending it to domain.com/index.php?option=com_eventboo...ent_method=os_paypal , it just sends to domain.com/index.php?option=com_eventbooking and it causes the issue
It is actually only happens with some transactions. I am still monitor it and might add some code to the extesnion to solve the issue (from PayPal) if needed
Tuan
Instead of sending it to domain.com/index.php?option=com_eventboo...ent_method=os_paypal , it just sends to domain.com/index.php?option=com_eventbooking and it causes the issue
It is actually only happens with some transactions. I am still monitor it and might add some code to the extesnion to solve the issue (from PayPal) if needed
Tuan
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
9 years 3 weeks ago - 9 years 3 weeks ago #95499
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Registrant list not populating
A few troubleshooting thoughts (you've probably already thought these yourself, @Tuan
)
If PayPal is randomly dropping all additional URL params after the first param, then this issue should be happening to websites world-wide... If PayPal isn't being inundated with complaints, then I would assume that the issue must lie somewhere within Joomla (again, there should be complaints piling up) or EB itself. If the latter, then is EB not sending the proper (or a mis-formatted) return URL in some cases? Does this happen with any other EB payment plugins?
I don't have a large volume of registrations going through right now so I don't know how much I can assist in diagnosing the issue via my site, but if there's any way that I can help, let me know.
If PayPal is randomly dropping all additional URL params after the first param, then this issue should be happening to websites world-wide... If PayPal isn't being inundated with complaints, then I would assume that the issue must lie somewhere within Joomla (again, there should be complaints piling up) or EB itself. If the latter, then is EB not sending the proper (or a mis-formatted) return URL in some cases? Does this happen with any other EB payment plugins?
I don't have a large volume of registrations going through right now so I don't know how much I can assist in diagnosing the issue via my site, but if there's any way that I can help, let me know.
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 9 years 3 weeks ago by James Riley.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.