- Posts: 11
- Thank you received: 0
Using IE causes triple registration
- Shawn T
- Topic Author
- Offline
- New Member
-
Less
More
10 years 9 months ago #46159
by Shawn T
Using IE causes triple registration was created by Shawn T
Running the new version of Event Booking. Works fine from Firefox but when someone registers using IE, it causes a triple registration. They get three confirmation emails and their name shows up three times in the reg list.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 9 months ago #46171
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Using IE causes triple registration
Hi Shawn
That's strange. Have you tried it yourself and see the same issue ?
Regards,
Tuan
That's strange. Have you tried it yourself and see the same issue ?
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Shawn T
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
10 years 9 months ago #46197
by Shawn T
Replied by Shawn T on topic Using IE causes triple registration
Yes, it did it to me also.
Please Log in or Create an account to join the conversation.
- FrankM
- Offline
- Premium Member
-
Less
More
- Posts: 148
- Thank you received: 16
10 years 9 months ago - 10 years 9 months ago #46210
by FrankM
Productiv: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Testsys: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Sorry, english isn't my native language.
Replied by FrankM on topic Using IE causes triple registration
Same here. When i test with Internet Explorer 11 i got two entries in DB with the same date/time.
Chrome on Linux (Version 35.0.1916.153) is working fine.
Chrome on Linux (Version 35.0.1916.153) is working fine.
Productiv: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Testsys: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Sorry, english isn't my native language.
Last edit: 10 years 9 months ago by FrankM.
Please Log in or Create an account to join the conversation.
- Richard
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
10 years 9 months ago #46213
by Richard
Replied by Richard on topic Using IE causes triple registration
I'm getting the same issue from IE9 its fine in firefox 29.0
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 9 months ago #46214
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Using IE causes triple registration
Hi All
Thanks for reporting the issue. At the moment, I could not think of any reason can cause the issue. Maybe it happens because the form was submitted twice for some reasons. Could you please give me more detailed information if that's OK :
1. This happens with individual or group registration or both?
2. The events are free or paid events ?
3. What payment method you are using ?
I will check it and make sure the issue is fixed before this time on tomorrow. Please be patient and wait for us.
Tuan
Thanks for reporting the issue. At the moment, I could not think of any reason can cause the issue. Maybe it happens because the form was submitted twice for some reasons. Could you please give me more detailed information if that's OK :
1. This happens with individual or group registration or both?
2. The events are free or paid events ?
3. What payment method you are using ?
I will check it and make sure the issue is fixed before this time on tomorrow. Please be patient and wait for us.
Tuan
Please Log in or Create an account to join the conversation.
- FrankM
- Offline
- Premium Member
-
Less
More
- Posts: 148
- Thank you received: 16
10 years 9 months ago #46215
by FrankM
Productiv: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Testsys: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Sorry, english isn't my native language.
Replied by FrankM on topic Using IE causes triple registration
My test:
1. Individual
2. Free
3. offline & paypal
1. Individual
2. Free
3. offline & paypal
Productiv: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Testsys: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Sorry, english isn't my native language.
Please Log in or Create an account to join the conversation.
- Shawn T
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
10 years 9 months ago - 10 years 9 months ago #46216
by Shawn T
Replied by Shawn T on topic Using IE causes triple registration
Test results:
1. Only occurs with individual registrants, tested with group and they were fine.
On individual registrants, sometimes they get double registered, majority of time they get triple registered.
2. Free
3. No payment methods set up
I did make changes to 2 files, don't think they would be involved in this but did any one else having problem make any changes?
In \components\com_eventbooking\views\registrants\tmpl I modified the default.php to remove some of the columns. I am using my site for employees to sign up for required classes. I wanted supervisors to be able to see who was signed up for classes without them having to log in. I removed the link tag from the name, removed the email address and paid columns.
In helper.php, I commented out the following to allow access to the registrant list without having to be logged in. I did remove the comments and tested to see if it had any effect, no change, still multiple registrations:
public static function checkRegistrantsAccess()
{
# if (!JFactory::getUser()->authorise('eventbooking.registrants_management', 'com_eventbooking'))
# {
# JFactory::getApplication()->redirect('index.php', JText::_('NOT_AUTHORIZED'));
# }
}
1. Only occurs with individual registrants, tested with group and they were fine.
On individual registrants, sometimes they get double registered, majority of time they get triple registered.
2. Free
3. No payment methods set up
I did make changes to 2 files, don't think they would be involved in this but did any one else having problem make any changes?
In \components\com_eventbooking\views\registrants\tmpl I modified the default.php to remove some of the columns. I am using my site for employees to sign up for required classes. I wanted supervisors to be able to see who was signed up for classes without them having to log in. I removed the link tag from the name, removed the email address and paid columns.
In helper.php, I commented out the following to allow access to the registrant list without having to be logged in. I did remove the comments and tested to see if it had any effect, no change, still multiple registrations:
public static function checkRegistrantsAccess()
{
# if (!JFactory::getUser()->authorise('eventbooking.registrants_management', 'com_eventbooking'))
# {
# JFactory::getApplication()->redirect('index.php', JText::_('NOT_AUTHORIZED'));
# }
}
Last edit: 10 years 9 months ago by Shawn T.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 9 months ago #46237
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Using IE causes triple registration
Thanks for giving us the information. We are going to check it now and will update you with the result. I think it is something with jquery validation which we use in version 1.6.4 causes the form being submitted twice for some reasons...
Checking.... and will update you as soon as we figure out the error. Should be within today.
Tuan
Checking.... and will update you as soon as we figure out the error. Should be within today.
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 9 months ago #46275
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Using IE causes triple registration
Hi
We found a solution today. Could you please help me by get this file, unzip it , upload it to components/com_eventbooking/views/register/tmpl of your site and check it again ?
Regards,
Tuan
We found a solution today. Could you please help me by get this file, unzip it , upload it to components/com_eventbooking/views/register/tmpl of your site and check it again ?
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 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.