- Posts: 11
- Thank you received: 0
Error 404: User Registration
12 years 4 months ago - 12 years 4 months ago #3158
by marc rul
Error 404: User Registration was created by marc rul
With this template, recently uploaded to the server, to supplement the information in the user registration form, when I give the button "register", gives me a 404 error page.
Anyone know, what is the possible cause?
Anyone know, what is the possible cause?
Last edit: 12 years 4 months ago by marc rul.
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 4 months ago #3166 by Trung Duong
Replied by Trung Duong on topic Re: Error 404: User Registration
Hello,
When i click Register link at the top right corner it's redirect to register form. I don't know what's happen with you
Regards
When i click Register link at the top right corner it's redirect to register form. I don't know what's happen with you

Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
12 years 4 months ago #3172
by marc rul
Replied by marc rul on topic Re: Error 404: User Registration
The registration form is at the center of the page, complete the form, give the button "register", leads us to a 404 page, that's the problem, how to avoid page 404?
...and thanks for quick reply
...and thanks for quick reply
Please Log in or Create an account to join the conversation.
- Arthur Permis
-
- Offline
- Junior Boarder
-
Less
More
- Posts: 27
- Thank you received: 0
12 years 4 months ago #3174
by Arthur Permis
Replied by Arthur Permis on topic Re: Error 404: User Registration
I had the same problem. I downloaded a login module : Horizontal VM Login Module
extensions.virtuemart.net/component/sobi...sobi2Id=456&Itemid=2
And my problem was solved...
And my problem was solved...

Please Log in or Create an account to join the conversation.
12 years 4 months ago #3176
by marc rul
Replied by marc rul on topic Re: Error 404: User Registration
thanks for the help, I'll prove it
Please Log in or Create an account to join the conversation.
- Brian Duran
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 1
- Thank you received: 0
12 years 4 months ago #3177
by Brian Duran
Replied by Brian Duran on topic Re: Error 404: User Registration
FOUND THE SOLUTION!!!
You need to edit the file /templates/ot_ante/html/mod_login/default.php and replace with the following:
<?php
$usersConfig = &JComponentHelper::getParams( 'com_users' );
if ($usersConfig->get('allowUserRegistration')) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=registration' ); ?>">
<?php echo JText::_('REGISTER'); ?>
</a>
<span>|</span>
<?php endif; ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=login' ); ?>">
<?php echo JText::_('LOGIN') ?>
HAVE FUN!
You need to edit the file /templates/ot_ante/html/mod_login/default.php and replace with the following:
<?php
$usersConfig = &JComponentHelper::getParams( 'com_users' );
if ($usersConfig->get('allowUserRegistration')) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=registration' ); ?>">
<?php echo JText::_('REGISTER'); ?>
</a>
<span>|</span>
<?php endif; ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=login' ); ?>">
<?php echo JText::_('LOGIN') ?>
HAVE FUN!
Please Log in or Create an account to join the conversation.
Time to create page: 0.200 seconds