Borg,
I did a search on this, and came across a couple of topics, but nothing with a definate fix, so I was hoping I might be able to provide you with the info you need to get to the bottom of this error...
When a user registers, they receive the following error after they submit, and do not receive a welcome email;
error '80020009'
/forum/register.asp, line 977
Line 977 is the one in red;
'Disable error trapping
On Error goto 0
'Re-run the query to read in the updated recordset from the database
.Requery
'Read back in the user ID for the activation email
lngUserProfileID = CLng(.Fields("Author_ID"))
'Close rs
.Close
End With
Now in the past I've upgraded from Snitz to WWF 7.x, and then from 7.x to 8.x
I'm currently running version 8.04, and only noticed this error recently (ie, in version 8.x).
My server is Windows Server 2003, running IIS v6.0
My database is MS SQL v8.0.2039
I've re-uploaded register.asp to make sure it's not a corrupt file, and still receive the same error.
I've also posted a topic regarding a difference in my SQL database to what it should be, even after upgrading my WWF and database from 7 to 8. Is there anything I can run to tell me if anything is different to a blank WWF install, than to the install I have? Ie, incase of corruption in upgrading etc.