Page 1 of 1

can't send the email if user forget password.

Posted: Sun Feb 22, 2009 1:12 am
by missright
i have tested the user account and noticed if the user forget about their password, the system will require the user to enter their email , however, after entering email n clicking continue, it will go to a blank page showing a line of message :

Error: E-Mail subject required!

Re: can't send the email if user forget password.

Posted: Sun Feb 22, 2009 9:18 am
by removed331062
I am getting the same error too but it looks like it is set in forgotten.php. I'll post it in the bug tracker and hopefully someone will reply. :)

Re: can't send the email if user forget password.

Posted: Sun Feb 22, 2009 12:00 pm
by daelsta
Did you set your emails in mail settings after changing the language?

Re: can't send the email if user forget password.

Posted: Mon Feb 23, 2009 2:12 pm
by removed331062
someone already posted a fix on bug tracker.

Re: can't send the email if user forget password.

Posted: Mon Feb 23, 2009 10:51 pm
by Daniel
I've fixed this in the next version.

Re: can't send the email if user forget password.

Posted: Thu Mar 12, 2009 5:52 am
by joebell
For those in a hurry can somebody provide solution for this bug prior the next version is published?

Thanks a lot.

Re: can't send the email if user forget password.

Posted: Wed Mar 18, 2009 2:57 pm
by easylancer
There is just some coding mistakes in catalog/controller/account/forgotten.php on line 29 and 30, change these line to this below.

Code: Select all

$subject = str_replace($find, $replace, $this->config->get('mail_forgotten_subject_' . $this->language->getId()));
$message = str_replace($find, $replace, $this->config->get('mail_forgotten_message_' . $this->language->getId()));