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: MOD Implementation
 Error!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Working
Junior Member

219 Posts

Posted - 02 June 2003 :  03:16:19  Show Profile
Not sure if it is from the PM mod i just installed.

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cLng'

/forum/inc_func_common.asp, line 671

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 02 June 2003 :  08:22:46  Show Profile
Check your topic.asp, I have seen this error before when this block of code has been incorrectly edited.

		rM_NAME = 0
		rM_RECEIVE_EMAIL = 1
		rM_AIM = 2
		rM_ICQ = 3
		rM_MSN = 4
		rM_YAHOO = 5
		rM_TITLE = 6		
                rMEMBER_ID = 7
		rM_HOMEPAGE = 8
		rM_LEVEL = 9
		rM_POSTS = 10
		rM_COUNTRY = 11
		rREPLY_ID = 12
		rFORUM_ID = 13
		rR_AUTHOR = 14
		rTOPIC_ID = 15
		rR_MESSAGE = 16
		rR_LAST_EDIT = 17
		rR_LAST_EDITBY = 18
		rR_SIG = 19
		rR_STATUS = 20
		rR_DATE = 21
		if CanShowSignature = 1 then
			rM_SIG = 22
		end if
Go to Top of Page

Working
Junior Member

219 Posts

Posted - 02 June 2003 :  09:37:42  Show Profile
I have two 6s, i will renumber them all. Thx! You guys are so smart.

If i renumber them will it make the website slow to load. Does rM_TITLE = 6 have to be 6 and so on?

rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
rM_ICQ = 3
rM_MSN = 4
rM_YAHOO = 5
rM_PM = 6
rM_TITLE = 6
rMEMBER_ID = 7
rM_HOMEPAGE = 8
rM_LEVEL = 9
rM_POSTS = 10
rM_COUNTRY = 11
rREPLY_ID = 12
rFORUM_ID = 13
rR_AUTHOR = 14
rTOPIC_ID = 15
rR_MESSAGE = 16
rR_LAST_EDIT = 17
rR_LAST_EDITBY = 18
rR_SIG = 19
rR_STATUS = 20
rR_DATE = 21
if CanShowSignature = 1 then
rM_SIG = 22
end if

Edited by - Working on 02 June 2003 09:54:12
Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 02 June 2003 :  10:36:56  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
They need to be in the same order as the fields in the query. What that code does is determine which element in the array to get the data from.

Dave Maxwell
Barbershop Harmony Freak
Go to Top of Page

Working
Junior Member

219 Posts

Posted - 02 June 2003 :  10:47:55  Show Profile
"They need to be in the same order as the fields in the query."

What exactly does this mean? Do not renumber them? Just renumber the added rM_TITLE = 6 to, what? This cannot be in here.


Edited by - Working on 02 June 2003 10:49:09
Go to Top of Page

Tam
New Member

Sweden
56 Posts

Posted - 02 June 2003 :  10:52:18  Show Profile  Visit Tam's Homepage
If you followed the instructions for the rest of the install, just
make rM_PM = 6 and then add +1 to each of the following lines and it should work.


rM_PM = 6
rM_TITLE = 7
rMEMBER_ID = 8
rM_HOMEPAGE = 9
rM_LEVEL = 10
rM_POSTS = 11
REPLY_ID = 12
...and so on
Go to Top of Page

Working
Junior Member

219 Posts

Posted - 02 June 2003 :  10:53:44  Show Profile
Ok thx!
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 02 June 2003 :  10:55:52  Show Profile
You can not have same number for two fields...make Corrections as below. Most likely it will fix the error.
rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
rM_ICQ = 3
rM_MSN = 4
rM_YAHOO = 5
rM_PM = 6
rM_TITLE = 7
rMEMBER_ID = 8
rM_HOMEPAGE = 9
rM_LEVEL = 10
rM_POSTS = 11
rM_COUNTRY = 12
rREPLY_ID = 13
rFORUM_ID = 14
rR_AUTHOR = 15
rTOPIC_ID = 16
rR_MESSAGE = 17
rR_LAST_EDIT = 18
rR_LAST_EDITBY = 19
rR_SIG = 20
rR_STATUS = 21
rR_DATE = 22
if CanShowSignature = 1 then
rM_SIG = 23
end if
Go to Top of Page

Working
Junior Member

219 Posts

Posted - 02 June 2003 :  11:03:32  Show Profile
thanks
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.54 seconds. Powered By: Snitz Forums 2000 Version 3.4.07