By aurelien0o0 on
Hello the community,
i create a multilingual website, the default language its "french", second language "english", all the translation its ok but not fior the user registration,
if someone create new account in french language its ok no problems but if someone create a new account in english after the click on "create" i have wrong redirection like:
/en/en/user/register
so i get an extra '/lang' in the url
please i need help its very important...
thanks
Comments
How to solve this problem?
Hello!
Faced the same problem when a user logs on. en / en in the address form.
If you managed to solve this problem, please write or give a link to the topic please.
The same problem
My default language its "spanish", and the second language "english".
When people try to create an account in english and clicks in "Create new account" it try to go to /en/en/user/register with the double en/en that gives a 404 error.
I need help with this too.
HAve the same problem
Anyone found any solutions?
I'm desperate!!!!
I asked for help in another
I asked for help in another post and @arhak ask some question which I quote to answer:
Now, I will anwser one by one this questions:
When you go to www.site.com/en/user/register, complete the username and email address, and then press over the "Create new account" button it gives a 404 not found error. Going back to the en/user/register page, if I place the mouse over the button, I can see in the browser that the link instead of being en/user/register is en/en/user/register (with double en).
I can't change that cause the customer wants the user to confirm the password vía the mail link.
No, I use the standard login.
Neither of them. I only have pathauto, and I checked and don't have anything related with the register page.
I don't know what do you exactly need. The problem is I don't know when did this problem started, cause I recently realized about this and just because I have luck.
Apache 2.2.3, PHP 5.2.6, mysql 5.0.67
Yes, versión 6.x-1.1
Path prefix only.
I hope this can be of help. Thank you very much for your time!
??
to all of you in this thread, please: help me to help you
if I can't reproduce this issue I won't be able to help you
I understand the description of the problem, double language prefix brakes form submission
how can I achieve a broken Drupal like that?
I thought it might be content_profile's fault due to registration form being altered, but also works fine for me
please, some of you start a fresh Drupal, write down step by step of what you do and make it broken, so I can follow your steps and then try to help you solve this issue
issue
I've found this issue #581116: Prefix and login, add a user
I think this thread should continue over there
I have the same problem!
I have the same problem! Help!
I have the same
I have the same problem.
Please help
Same problem:
Same problem: http://drupal.org/node/581132
Please help us!!
Same problem
I'm about to go live, I updated all my modules and now I have the same problem!
The form is sent to /nl/nl/user/register
Very annoying for an ecommerce site :(
Yes, very big problem. I'm
Yes, very big problem. I'm about to go live with 3 sites, and now?
Any solution?
Please check my issue if you
Please check my issue if you use Übercart or any special module which alters login ad user forms: #584328: uc_cart_form_alter should be aware of language negotiation for a patch or at least to find what module could cause the bug.
Thank you!
Jérémy
Yes, it is ubercart the
Yes, it is ubercart the problem, with the patch it well works.
Thanks for the search and the link.
I applied the patch given by
I applied the patch given by @jchatard in #584328: uc_cart_form_alter should be aware of language negotiation and the site is now working. Thanks!
Thanks @arhak for your time on trying to solve this.
In the ubercart rc7 release
In the ubercart rc7 release this problem is solved without the need of the patch!. Thanks!