Author |
Topic  |
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 19 August 2002 : 23:27:34
|
Can you try removing line #1 in the config.asp file? |
 |
|
bobbart
Junior Member
 
USA
163 Posts |
Posted - 19 August 2002 : 23:41:07
|
quote: Originally posted by RichardKinser
can you try changing that to:
allCategoryData = rs.GetRows
Ok it went to 2 more lines and I changed them and the default page came up.
Now there are other pages that still come up with this error. Do I have to adjust them to? Or do we have an idea what is the cause so I can fix that instead? |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 19 August 2002 : 23:43:47
|
first try removing line #1 in config.asp and see if that fixes it. If not, then you'll need to fix the other files just like you did with default.asp. |
 |
|
bobbart
Junior Member
 
USA
163 Posts |
Posted - 20 August 2002 : 00:05:23
|
You just want me to remove this line? <!--METADATA TYPE="typelib" UUID="00000205-0000-0010-8000-00AA006D2EA4" NAME="ADODB Type Library" -->
If it is then it makes no change. I still get the error on other pages. Such as when I go to members.asp |
Edited by - bobbart on 20 August 2002 00:08:04 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 August 2002 : 00:07:07
|
yes |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 August 2002 : 00:10:56
|
you can leave that line out, I don't think it's supported on unix/linux server anyways. Unfortunately it looks like the only thing to do to the other files what you did to default.asp.
I can suggest a good Search and Replace tool, if you don't have one.
www.funduc.com (their's is pretty good, and you can use it as a trial version for a certain amount of days) |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 August 2002 : 00:13:30
|
the guy (Davio) who works with MySQL for us is on vacation right now. He did most of the testing with MySQL on a Linux server. During testing, everything worked like it should. |
 |
|
bobbart
Junior Member
 
USA
163 Posts |
Posted - 20 August 2002 : 00:50:04
|
Ok I replaced what we talked about and all seems to be working. I hope that I dont run into a problem with that missing code.
Thanks alot for your help |
 |
|
bobbart
Junior Member
 
USA
163 Posts |
Posted - 20 August 2002 : 00:57:51
|
I tried to create a new catigory and I got this error.
Microsoft VBScript runtime error '800a000d' Type mismatch: 'recForumCount'
/forum/default.asp, line 383
chkDisplayHeader = true bContainsForum = False for iForumCheck = 0 to recForumCount if CatID = allForumData(fCAT_ID, iForumCheck) then bContainsForum = True next
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 August 2002 : 01:38:00
|
find the following on line #383 of default.asp:
for iForumCheck = 0 to recForumCount if CatID = allForumData(fCAT_ID, iForumCheck) then bContainsForum = True next
and change it to this:
if recForumCount <> "" then for iForumCheck = 0 to recForumCount if CatID = allForumData(fCAT_ID, iForumCheck) then bContainsForum = True next end if |
 |
|
bobbart
Junior Member
 
USA
163 Posts |
Posted - 20 August 2002 : 05:00:14
|
Ok we seem to be good now. |
 |
|
mfury88
Starting Member
2 Posts |
Posted - 20 August 2002 : 22:11:04
|
I'm running into the same problem. I went through, search and replaced all the connection strings and getRow methods and I got it to work. But the only problem is NO replies are showing up now when you get into each topic. Seems like some problems with Chilisoft. The odd thing is, it works fine with 3.3.03 (or whatever version is a little earlier) |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
marcus_giles
Starting Member
United Kingdom
4 Posts |
Posted - 23 August 2002 : 22:50:55
|
Got the same issue - has anyone got a patched version with all the security fixes?
Marcus |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
Topic  |
|