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
 Microsoft VBScript runtime error '800a000d'
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kopfjaeger
Starting Member

3 Posts

Posted - 21 May 2006 :  17:17:37  Show Profile
Hello,
I did a search for this, but couldn't find a solution that helped.

I just added this avatar mod http://www.snitzbitz.com/mods/details.asp?Version=All&mid=52.
Now you can't see the replies to any topics. When you view a topic, you see the first post, but where the replies should be it says:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cLng'

/forum/inc_func_common.asp, line 689


Here's the error:


I don't understand why the mod effected it since I never touched that file.

Here's a link to the file http://www.brandonhartman.com/inc_func_common.txt

For the time being I've replaced all the files I changed for that mod with backup copies I made so my forum would work till I get the problem sorted out. This boys and girls, is why you ALWAYS make copys of files you're modding. :D

Thanks in advance.

Edited by - kopfjaeger on 21 May 2006 17:27:15

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 21 May 2006 :  17:27:29  Show Profile  Send ruirib a Yahoo! Message
It's not a problem with inc_func_common.asp, it's a problem with topic.asp. You should review the changes recommended by the mod to topic.asp, specially those related with this block of code:

(...)
                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

Make sure all the numeric values are not repeated and increase by 1 from line to line.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

kopfjaeger
Starting Member

3 Posts

Posted - 21 May 2006 :  17:46:52  Show Profile
Thanks for the quick reply.
I rechecked topic.asp, but I couldn't find anything wrong with it. Everything seems to be as the instructions say it should be.

Here's a text file of topic.asp http://www.brandonhartman.com/topic.txt

Thanks.
Go to Top of Page

kopfjaeger
Starting Member

3 Posts

Posted - 21 May 2006 :  19:12:26  Show Profile
Ok, I figgured it out.
I had added a PM mod, and had to edit the block of text you talked about. So when I copied the new block of text from the avatar mod, I erased the rM_PM = 6 that I had added for the PM mod.

Thanks for pointing me in the right direction.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 21 May 2006 :  19:28:31  Show Profile  Send ruirib a Yahoo! Message
The changes you're missing seem to be due to the PM mod. You added the PM mod and didn't reflect that in the code I posted before...


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 21 May 2006 :  19:29:11  Show Profile  Send ruirib a Yahoo! Message
Seems like I was late, sorry...


Snitz 3.4 Readme | Like the support? Support Snitz too
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07