Problem with ajax register
- Saka
-
- Offline
- Administrator
-
11 years 6 months ago #7182
by Saka
Emir Sakic
www.sakic.net
Your URL?
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- collaprit
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
11 years 6 months ago - 11 years 6 months ago #7184
by collaprit
Last Edit: 11 years 6 months ago by collaprit.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
11 years 6 months ago #7185
by Saka
Emir Sakic
www.sakic.net
Your translation contains illegal characters:
emails_different: 'l'email non corrisponde'
The single quote creates JS error. Please remove single quote from this string and check again.
emails_different: 'l'email non corrisponde'
The single quote creates JS error. Please remove single quote from this string and check again.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- collaprit
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
11 years 6 months ago #7186
by collaprit
I've removed the single quote, but the problem is the same...
I put the original file but don't works
I put the original file but don't works

Please Log in or Create an account to join the conversation.
- collaprit
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
11 years 6 months ago - 11 years 6 months ago #7187
by collaprit
I've 2 errors:
Uncaught TypeError: Cannot call method 'init' of undefined registration
(I've disabled JCE MediaBox and the error is resolved)
Uncaught TypeError: object is not a function
Uncaught ReferenceError: Validate is not defined
Uncaught TypeError: Cannot call method 'init' of undefined registration
(I've disabled JCE MediaBox and the error is resolved)
Uncaught TypeError: object is not a function
Uncaught ReferenceError: Validate is not defined
Last Edit: 11 years 6 months ago by collaprit.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
11 years 6 months ago #7190
by Saka
Emir Sakic
www.sakic.net
Mootools is not included (you must not exclude Mootools with any plugin). Also I don't see validate.js is included, did you modify the component?
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.