- Posts: 19
- Thank you received: 0
Registration Error Incorrect Code.
-
PJPNIG
Inactive member - Topic Author
- New Member
Less
More
10 years 2 weeks ago #43477
by PJPNIG
Replied by PJPNIG on topic Registration Error Incorrect Code.
I deactivated the k2 and used the original Joomla contact form. I got the same error.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 weeks ago #43481
by ivan.milic
Replied by ivan.milic on topic Registration Error Incorrect Code.
It is not same , this is invalid token error. It appears when you dont have this:
<?php echo JHTML::_( 'form.token' ); ?>
within registration form tag.
Its strange because we don't have registration form override for template, joomla default is used. Did you maybe created that???
<?php echo JHTML::_( 'form.token' ); ?>
within registration form tag.
Its strange because we don't have registration form override for template, joomla default is used. Did you maybe created that???
Please Log in to join the conversation.
-
PJPNIG
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
10 years 2 weeks ago #43492
by PJPNIG
Replied by PJPNIG on topic Registration Error Incorrect Code.
I am not really sure anymore, k2 has been deactivated, is this the normal registration form?
www.wellhoo.com/index.php/de/anmelden?view=registration
www.wellhoo.com/index.php/de/anmelden?view=registration
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 weeks ago #43495
by ivan.milic
Replied by ivan.milic on topic Registration Error Incorrect Code.
Do you have files on this path:
/templates/hot_destination/com_users/registration/
/templates/hot_destination/com_users/registration/
Please Log in to join the conversation.
-
PJPNIG
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
10 years 2 weeks ago #43501
by PJPNIG
Replied by PJPNIG on topic Registration Error Incorrect Code.
I do not even have com_users in hot_destination. I migrated the site with Akeeba, could that be an issue?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 weeks ago #43504
by ivan.milic
Replied by ivan.milic on topic Registration Error Incorrect Code.
Can you then check:
components\com_users\views\registration\tmpl\default.php
if you have <?php echo JHtml::_('form.token');?> there??
components\com_users\views\registration\tmpl\default.php
if you have <?php echo JHtml::_('form.token');?> there??
Please Log in to join the conversation.
Time to create page: 0.101 seconds