A man just send me an email saying that he can't register to my forum. Here is the error message: **************************************************************** Microsoft JET Database Engine error '80040e14'
Number of query values and destination fields are not the same.
/phorum/register.asp, line 598 **************************************************************** And here is line 598
regHomepage = ""
Do you have any idea what goes wrong with it? ****************************************************************
An error like this is typically due to not pasting the entire code as indicated in the instructions for a MOD. What MOD have you tried to install lately? Start there and look over the instructions for that MOD on what changes need to be made to register.asp.
80040e14 occurs when one of several conditions occurs. The most common cause of the error is when a reserved word (i.e., DATE) is used as a title vs a variable.
The particular error you referred to is caused when a "insert into" command is trying to fill a series of variables with data - and there are more or less fields than there are data strings.
Check the "insert into" command line to see which variable is being called that isn't being filled.
I already build another forum which points to the same database, but when I register for a test user, it keeps asking me to go back and enter data, but it does accept the test user when I try to log on with the newly registered username. You can try it here http://www.vietsuns.com/forum/register.asp
Man proposes, God disposes
Edited by - minhluan70 on 11 September 2002 00:36:18