Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 New users cannot register.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Beano_ie
Junior Member

Ireland
328 Posts

Posted - 05 April 2005 :  07:41:44  Show Profile  Visit Beano_ie's Homepage  Send Beano_ie an ICQ Message
Was using Snitz V 3.4.03, upgraded it to V 3.4.05, since upgrading, new users are unable to register. Upon completing the registration form, and clicking on 'Submit', they get the following error;

Microsoft JET Database Engine error '80040e14'

Number of query values and destination fields are not the same.

/forum/register.asp, line 571


Line 571 reads;

my_Conn.Execute (strSql),,adCmdText + adExecuteNoRecords

You can view the full register code by clicking here.

Any help would be greatly appreciated, I have not edited the register file in any way.

Steve
Drogheda, Ireland @ www.droghedatown.com

Podge
Support Moderator

Ireland
3775 Posts

Posted - 05 April 2005 :  08:31:17  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Can you response.write strSql just before line 571 and post it here ?

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Beano_ie
Junior Member

Ireland
328 Posts

Posted - 05 April 2005 :  08:42:30  Show Profile  Visit Beano_ie's Homepage  Send Beano_ie an ICQ Message
INSERT INTO FORUM_MEMBERS_PENDING (M_NAME, M_PASSWORD, M_KEY, M_LEVEL, M_APPROVE, M_EMAIL, M_DATE, M_COUNTRY, M_AIM, M_ICQ, M_MSN, M_YAHOO, M_POSTS, M_HOMEPAGE, M_LASTHEREDATE, M_STATUS, M_RECEIVE_EMAIL, M_LAST_IP, M_IP, M_SIG, M_VIEW_SIG, M_SIG_DEFAULT, M_FIRSTNAME, M_LASTNAME, M_CITY, M_STATE, M_PHOTO_URL, M_LINK1, M_LINK2, M_AGE, M_DOB, M_MARSTATUS, M_SEX, M_OCCUPATION, M_BIO, M_HOBBIES, M_LNEWS, M_QUOTE, M_SHA256, M_AVATAR_URL) VALUES ('Ddfgds', '5656f687e127sgdsfg86ddsjklhfs76fsdk3jd093122a6f49b0c62176', '2l04hv4x570mnogn4pk1k0t7vu58xs7q', -1, 1, 'XXX@Xmail.com', '20050412743934', ' ', ' ', ' ', ' ', ' ', 0, ' ', '200545645133934', 0, 1 , '194.46.73.21', '194.46.73.21', ' ', 1, 1, ' ', ' ', ' ', '', '', ' ', ' ', ' ', '', '', ' ', '', '', ' ', ' ', ' ', 1)

Microsoft JET Database Engine error '80040e14'

Number of query values and destination fields are not the same.

/forum/register.asp, line 573

Steve
Drogheda, Ireland @ www.droghedatown.com

Edited by - Beano_ie on 05 April 2005 10:18:55
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 05 April 2005 :  09:56:23  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Looks like M_AVATAR_URL is missing from the end of the statement.

You may need to edit register.asp to include code for the avatar mod.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Beano_ie
Junior Member

Ireland
328 Posts

Posted - 05 April 2005 :  10:17:59  Show Profile  Visit Beano_ie's Homepage  Send Beano_ie an ICQ Message
Yes Podge, that was exactley it, one line of code;

strSql = strSql & ", '" & ChkString(Request.Form("Avatar_URL"),"SqlString") & "'"

Having put the response.write strSql in register.asp I should have realised that if register.asp was not modified that the avatar Mod would have caused an error.

Thansk for your time a chairde.

Steve
Drogheda, Ireland @ www.droghedatown.com
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 05 April 2005 :  10:49:34  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
You're welcome.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07