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
 Type mismatch: string: error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Solamar
Starting Member

5 Posts

Posted - 17 February 2008 :  12:56:01  Show Profile
Ok.. I've been mod'ing my guild website/forums heavy the past few weeks. I just finished adding private message mod (I THINKK everything was working) and this error pops up..

does't matter what thread you read.. the very next message after the first post you get this error.

I can't be sure if it's due to the PM Mod.. It's very general.

Microsoft VBScript runtime error '800a000d' 

Type mismatch: '[string: ]' 

/forums/inc_func_common.asp, line 745


You can take alook for yourself. http://jackals.glws.net/forums

Username: test
Password: test

I've set topic.txt and inc_header.txt

I'm at a loss... Any help appreciated.

Thanks!

Edited by - Solamar on 17 February 2008 12:59:41

Solamar
Starting Member

5 Posts

Posted - 17 February 2008 :  13:42:49  Show Profile
I've concluded something is clearing my varibles like Reply_Date .. or they are not getting populated properly.. If I remove the ChkDate(Reply_Date, ' : ' ,true) (Line 750) then it moves on but fails to populate the replies anyway and I receive yet a different error..

Microsoft VBScript runtime error '800a0006'
Overflow: 'cLng'

/forums/inc_func_secure.asp, line 46

And it doesn't show the message text of the replies, only the topic reply number.. arrhg.

I'm totally at a loss.

Go to Top of Page

Solamar
Starting Member

5 Posts

Posted - 17 February 2008 :  15:21:08  Show Profile
Well, I decided to replace topic.asp with the original version and the replies started displaying properly again.

Guess it was an issue with PM

Turns out the Personal Message directions forgot to include the fact that you need to not just insert rM_PM = 6, but also increment the rest of the below items up one number. putting the index off if you don't.. heh.. well.. thanks for the help! Your silence was very motivating.


		intI = 0 
	
		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 = 19
		rR_LAST_EDITBY = 19
		rR_SIG = 20
		rR_STATUS = 21
		rR_DATE = 22
		if CanShowSignature = 1 then
			rM_SIG = 23
		end if

Edited by - Solamar on 17 February 2008 15:32:35
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 17 February 2008 :  16:27:05  Show Profile  Send ruirib a Yahoo! Message
I'm almost sure the mod instructions do recommend that.


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

Solamar
Starting Member

5 Posts

Posted - 17 February 2008 :  22:40:41  Show Profile
I looked them over and over. didn't see it.. could have miss-read it or just outright missed it.. I've been known to do that.

But in the notes, it simply says:

Find following: (about line 513)

rM_YAHOO = 5

Add the following directly below on line 514:

rM_PM = 6


Thats it.. and moves onto the next part of the code. Maybe I got an older revision? Downloaded it from Snitzbiz.com


Works now, and very cool mod..

Edited by - Solamar on 17 February 2008 22:54:45
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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07