Hi all,
I keep getting an error when trying to update member profile in register.asp
Once logged in, go to the control panel.
If I go (or any other user) to any of these I get an error:
Edit profile: fine, no problems...
Registration Details: fine, no problems...
Profile Information: edit anything and when update I get this:
HTTP 500.100 - Internal Server Error - ASP error
Error Type:
Microsoft JET Database Engine (0x80040E21)
Field 'tblAuthor.Username' cannot be a zero-length string.
/forums/register.asp, line 967
Forum Preferences: same error as Profile Information.
This is what's in the code:
line 966: 'Update the database with the new user's details
line 967: .Update
Any thoughts?