Hi all,
Just looking for a little assistance with our site. For some unknown reason our forgotten password link is not working. The initial link works, and takes to a page for the user to input their email address. But when sending that it takes them to a blank page.
Can anyone help with this issue?
Our site is www . designer - man . co . uk (without the spaces obviously)
Thank you all for your time,
Regards,
Just looking for a little assistance with our site. For some unknown reason our forgotten password link is not working. The initial link works, and takes to a page for the user to input their email address. But when sending that it takes them to a blank page.
Can anyone help with this issue?
Our site is www . designer - man . co . uk (without the spaces obviously)
Thank you all for your time,
Regards,
which version of OpenCart? The older version has an issue with it
just realised you were talking about a blank page, not failing to reset the password. The blank page should be related to your site specifically. Have a look into your error logs. You might be able to find hints on the php errors, then post it here and we can assist you
Hi MarketInSG, I am going to PM you my error code, just I am unsure if there is any data in the error log that should not be shown publicly. If there isn't i'm more than happy to pop it all up on here afterwards to help others.
Thank you for your time,
Regards,
Thank you for your time,
Regards,
For some reason I cannot seem to PM you.
Thank you for your time with this. My error log shows this when I get the blank page on forgotten password link:
2014-06-06 15:53:36 - PHP Notice: Error: Unknown column 'cg.name' in 'field list'<br />Error No: 1054<br />SELECT *, CONCAT(c.firstname, ' ', c.lastname) AS name, cg.name AS customer_group FROM oc_customer c LEFT JOIN oc_customer_group cg ON (c.customer_group_id = cg.customer_group_id) WHERE LCASE(c.email) = 'my-email-address-removed' ORDER BY name ASC in /home/designer/public_html/system/database/mysql.php on line 50
Have you any idea on how I can resolve this?
Regards,
Luke
Thank you for your time with this. My error log shows this when I get the blank page on forgotten password link:
2014-06-06 15:53:36 - PHP Notice: Error: Unknown column 'cg.name' in 'field list'<br />Error No: 1054<br />SELECT *, CONCAT(c.firstname, ' ', c.lastname) AS name, cg.name AS customer_group FROM oc_customer c LEFT JOIN oc_customer_group cg ON (c.customer_group_id = cg.customer_group_id) WHERE LCASE(c.email) = 'my-email-address-removed' ORDER BY name ASC in /home/designer/public_html/system/database/mysql.php on line 50
Have you any idea on how I can resolve this?
Regards,
Luke
head over to your database and create the column 'name' varchar 255 into your customer_group table. That should solve the issue
Who is online
Users browsing this forum: No registered users and 118 guests