Post by missright » Sun Feb 22, 2009 1:12 am

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!

User avatar
New member

Posts

Joined
Fri Feb 13, 2009 12:39 pm

Post by removed331062 » Sun Feb 22, 2009 9:18 am

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. :)

New member

Posts

Joined
Wed Feb 18, 2009 5:02 pm

Post by daelsta » Sun Feb 22, 2009 12:00 pm

Did you set your emails in mail settings after changing the language?

New member

Posts

Joined
Thu Oct 11, 2007 12:00 pm

Post by removed331062 » Mon Feb 23, 2009 2:12 pm

someone already posted a fix on bug tracker.

New member

Posts

Joined
Wed Feb 18, 2009 5:02 pm

Post by Daniel » Mon Feb 23, 2009 10:51 pm

I've fixed this in the next version.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by joebell » Thu Mar 12, 2009 5:52 am

For those in a hurry can somebody provide solution for this bug prior the next version is published?

Thanks a lot.

Newbie

Posts

Joined
Wed Feb 25, 2009 5:43 pm

Post by easylancer » Wed Mar 18, 2009 2:57 pm

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()));

Newbie

Posts

Joined
Wed Jul 30, 2008 6:22 am
Who is online

Users browsing this forum: No registered users and 21 guests