Yes, I have specified all the correct information in the settings file. I was looking through the code to try and find out what's wrong and am little confused by this line:
Quote:
$q="SELECT tmp_pass FROM user WHERE username='".$member["memberName"]."' AND email='".$member["emailADDress"]."'";
|
Where exactly is the tmp_pass field in the user table? I checked my table and I don't have that field.