SYMPTOMS
When a user access the home page and is recognised as an existing user she will be greeted by the name and the message "(if you are not Xxx Xxxxx, please click here)" will be displayed. When clicking the link a 500 error message is displayed.
VERSIONS AFFECTED
Q-Shop Pro and Lite v3.5.0.
CAUSE
There is a bug in inc/userlib.asp. Follow the instructions below to correct it.
RESOLUTION
Edit inc/userlib.asp in notepad or another plain text/html editor and where it says: Function GenerateUserId
'Generates a user Id that is not already in the database.
Dim sUserId, IsValidNew
Add the line in bold after the code shown above: Function GenerateUserId
'Generates a user Id that is not already in the database.
Dim sUserId, IsValidNew
Dim sql, Rs