1. Here's the error i get when trying to delete a memeber:
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/forum/delete_member.asp, line 138
2. Yes I'm one of the retards thats trying to upgrade from beta 3 to RC1 (you can flame if you wish...it's your life your wasting)
3. The line it's erroring out at is this (including SQL line so you know whats going on):
strSQL = "DELETE FROM " & strDbTable & "Permissions WHERE (Author_ID =" & lngMemberID & ")"
'Write to database
138 -> adoCon.Execute(strSQL)
4. When I looked in the Permissions table there's nothing in there. I don't run groups so is that y? Is this a bug or was something not created during user reg because I upgraded?
Thanks for any help that you provide!!
. necronom .