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!
Error: E-Mail subject required!
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. 

someone already posted a fix on bug tracker.
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()));
Who is online
Users browsing this forum: No registered users and 14 guests