I get an error when someone tries to register they cannot. They get an error screen... I think it's something to do with the active users mod.. Here is a txt verion of register.asp, where the problem happends. http://www.leo-land.net/register.txt Here is the Error I get..
Technical Information (for support personnel)
Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC Microsoft Access Driver] Number of query values and destination fields are not the same. /forum/register.asp, line 580
Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; Hotbar 4.1.8.0; Smart Explorer v6.0 ( Evaluation Period ))
Page: POST 373 bytes to /forum/register.asp
POST Data: Refer=http%3A%2F%2Fww2.leo-land.net%3A81%2Fforum%2Fdefault.asp&Email=fg@fg.com&Email2=&Email3=fg@fg.com&ReceiveEMail=1&AIM=&MSN=&YAHOO=&Homepage=http%3A%2F%2F&Photo_URL=http%3A%2F%2F&Avatar_URL=noavat . . .
Looks like you probably missed a field in register.asp. Find out what SQL is being executed on line 580 and figure out which line needs to be added. You can go back through the instructions and go from there.