Registration Error on form

More
14 years 5 months ago #5791 by chimp
Registration Error on form was created by chimp
I am testing my registration form for my event. After the form is filled out and the registration confirmation button is pressed nothing happens. I only get an "error on page" statement at the bottom of the page.

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #5794 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Registration Error on form
Hi

It must be something special with your site. Please give me URL or your site so that I can have a look at it and tell you the reason .

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #5805 by chimp
Replied by chimp on topic Re: Registration Error on form
Here is the url for my site:

www.teen-auto-prepare.com

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #5825 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Registration Error on form
Hi

I went to your site and found some reason. This issue happens because your template doesn't load javascript library added by a Joomla core command : $document->addScript

In this case, please submit a support ticket contains FTP account and Joomla administrator account of your site so that I can modify the template alitle to make it works for you .

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #5851 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Registration Error on form
Hi

I just went to your site to made change to the template and It works fine now .

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #5867 by chimp
Replied by chimp on topic Re: Registration Error on form
Thank you ! Great service! Two additional quick questions. 1. Can I change the font color for the price of my seminar? Right now it is showing up red which is hard to see on my black background. 2. How do I change the paypal to my account? Right now it is in sandbox mode.

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #5868 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Registration Error on form
Hi

1. Can I change the font color for the price of my seminar? Right now it is showing up red which is hard to see on my black background.


=> Yes, you can change it via css file. Please open the file components/com_eventbooking/assets/css/style.css, look at line 491 :
Code:
.eb_price { color: #E43101 ; }

and change the color to the color you want .

2. How do I change the paypal to my account? Right now it is in sandbox mode.


You can login to back-end of your site, access to Events Booking -> Payment plugins. Then click on the paypal payment plugin, you will be able to enter your Paypal account and set it to Live Mode .

Hope it is clear to you .

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago - 14 years 5 months ago #5873 by tmacp
Replied by tmacp on topic Re: Registration Error on form
Hi Tuan, I am getting the same 'This web page is not available' error when I try to register a user on the course from the front-end. I am running my site on localhost on wampserver. Any tips on how to resolve this problem? (I also had the location save problem and managed to enable curl lib in php.ini to solve that - thanks!)

More detail on error:
Error 102 (net::ERR_CONNECTION_REFUSED): Unknown error.

Please can you give more explanation about your reply to @chimp: 'This issue happens because your template doesn't load javascript library added by a Joomla core command : $document->addScript'
Or is this being caused by another issue in my case?

Many thanks,

Tes
Last edit: 14 years 5 months ago by tmacp. Reason: Added more detail about error

Please Log in or Create an account to join the conversation.

More
14 years 5 months ago #6046 by tmacp
Replied by tmacp on topic Re: Registration Error on form
Thanks Tuan for your solution. I changed 'Activate https' in Event Booking Configuration to 'No' and - problem solved! Thank you!!!!

Please Log in or Create an account to join the conversation.

More
14 years 4 months ago #6881 by Eric Boone
Replied by Eric Boone on topic Re: Registration Error on form
Could you expand upon this? I get the same thing when I click on the "Registration Confirmation" button in IE* or nothing in Firefox.

Below are the error messages from IE8.

Message: 'PaymentMethods' is undefined
Line: 300
Char: 4
Code: 0
URI: http://.../index.php?option=com_eventbooking&task=individual_registration&event_id=1&Itemid=101


Message: Object expected
Line: 233
Char: 1
Code: 0
URI: http://...option=com_eventbooking&task=individual_registration&event_id=1&Itemid=101


Message: 'methods' is undefined
Line: 377
Char: 9
Code: 0
URI: http://....option=com_eventbooking&task=individual_registration&event_id=1&Itemid=101

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc