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
 Not sure what MOD messed me up...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

graphase
Starting Member

10 Posts

Posted - 20 October 2003 :  14:06:08  Show Profile
Hello,

I'm getting this message:
quote:

Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: ""]'

/forum/inc_func_common.asp, line 628



I even took the original file strait from this sites zip!

inc_func_common.asp seems to not like displaying the date it seems.

627 case "mmdy"
628 chkDate = Monthname(Mid(fDate,5,2),1) & " " & _
629 Mid(fDate,7,2) & " " & _
630 Mid(fDate,1,4)

Can someone help?

Edited by - graphase on 20 October 2003 15:01:03

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 20 October 2003 :  14:35:37  Show Profile
what's the 129 stuck on that line?

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

graphase
Starting Member

10 Posts

Posted - 20 October 2003 :  14:41:53  Show Profile
quote:
Originally posted by Nikkol

what's the 129 stuck on that line?



I'm not sure what that means Nikkol

I've opened an account for you to see the problem:
http://www.graphase.com/forum/

Login as :
User: test
Pass: test

go to one of the posting and you'll notice ANY replies to any postings gets this error..
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 20 October 2003 :  14:56:16  Show Profile
no need to view the forum. the original file does not have a 129 stuck on that line. you should correct the line as it appears in the original file.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

graphase
Starting Member

10 Posts

Posted - 20 October 2003 :  14:58:38  Show Profile
Oh, the 129 was when I was posting. It's not in the file.

Have you any idea why it's having a problem with the date?

Seems strange
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 20 October 2003 :  17:59:29  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
What fnction is being called?

Brad
Oklahoma City Online Entertainment Guide
Oklahoma Event Tickets
Go to Top of Page

graphase
Starting Member

10 Posts

Posted - 20 October 2003 :  18:37:31  Show Profile
Any reply postings do not show. All original postings show, but under them all the reply posts have

Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: ""]'

/forum/inc_func_common.asp, line 628

error in them
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 20 October 2003 :  19:12:04  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
Look at 599 which I have in bold and add the following lines in red


function chkDate(fDate,separator,fTime)
	Response.Write "fDate-" & fDate & "-<br>"
	Response.Write "separator-" & separator & "-<br>"
	Response.Write "fTime-" & fTime & "-<br>"
	if fDate = "" or isNull(fDate) then
		if fTime then
			chkTime(fDate)
		end if
		exit function
	end if


Then show what is posted. Some code you changed for a mod was not done right or copied right which is causing this by calling the chkDate function.

Brad
Oklahoma City Online Entertainment Guide
Oklahoma Event Tickets
Go to Top of Page

Thomas
Starting Member

Belgium
20 Posts

Posted - 28 October 2003 :  10:41:27  Show Profile  Visit Thomas's Homepage
I'm having a identical problem.

Following shows up in the original post (Date works)
<paste>
fDate-20031028152021-
separator- : -
fTime-True-
</paste>

But, the reply had an empty date I think.
<paste>
fDate-1-
separator- : -
fTime-True-
</paste>

A copy of my inc_func_common.asp file can be found @ http://users.pandora.be/fox/inc_func_common.txt

Any ideas why the date could be empty?
Go to Top of Page

Thomas
Starting Member

Belgium
20 Posts

Posted - 12 November 2003 :  14:38:10  Show Profile  Visit Thomas's Homepage
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=48744&SearchTerms=a

Edited by - Thomas on 17 November 2003 15:44:33
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.67 seconds. Powered By: Snitz Forums 2000 Version 3.4.07