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)
 Invalid Use Of Null
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 06 December 2004 :  19:26:08  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
Microsoft VBScript runtime error '800a005e' 

Invalid use of Null: 'split' 

/Jorrit787/forum/inc_func_common.asp, line 390
This error just came out of nowhere... This is the code block:
	txtBadWordWords = Application(strCookieURL & "STRBADWORDWORDS")
	txtBadWordReplace = Application(strCookieURL & "STRBADWORDREPLACE")
	if fString = "" or IsNull(fString) then fString = " "
	bwords = split(txtBadWordWords, ",")
	breplace = split(txtBadWordReplace, ",")
	for i = 0 to ubound(bwords)
		fString = Replace(fString, bwords(i), breplace(i), 1, -1, 1) 
	next
	chkBadWords = fString
end function
I have no idea why this happened... I didn't modify the file or anything

eXtremeGossip

Edited by - Jorrit787 on 06 December 2004 19:29:37

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 December 2004 :  22:46:15  Show Profile
What files have you edited? Doesn't necessarily have to be inc_func_common.asp, could be another file that uses that function.
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 07 December 2004 :  08:35:02  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
This is than strangest thing... I haven't modified any files in weeks, except that I added the Member Signature Image MOD, but that only required adding a link to admin_home... I restored inc_func_common from a few days back, and now it's working again. I do have a custom little header I put in default.asp with some links, but apart from that I really can't think of anything. It also came about suddenly, not directly after editing files or adding a MOD...

eXtremeGossip
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 08 December 2004 :  11:38:31  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
OK, now I'm having it again with another forum... Same problem, same line...

eXtremeGossip
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 08 December 2004 :  11:41:20  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
What pages is this error showing up on?

-Stim
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 08 December 2004 :  11:43:09  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
Every page... It starts in inc_header, and it causes the rest to halt. Have a look here: www.sampleforum.tk . Last time I solved it by restoring inc_func_common from a few days back, but it just keeps popping up.

eXtremeGossip
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 08 December 2004 :  14:16:37  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
I think this might be a server problem. I deleted some white spaces from inc_func_common on my pc, and uploaded that new version, but it's still telling me the error is in line #390...

eXtremeGossip
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 08 December 2004 :  19:12:30  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
*sigh* Now I'm thinking it has something to do with the fact that I have two forums hosted on the same server... However, all files are in seperate folders, the databases are not in the same folders as the forum files, both forums have different domain names, cookies are set to Forum, and I changed strUniqueId in config.asp Is there anything more I need to do to make two forums, with two seperate databases and seperate cookies work on one server?

eXtremeGossip
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 1.7 seconds. Powered By: Snitz Forums 2000 Version 3.4.07