Author |
Topic |
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 August 2002 : 01:24:12
|
I get the following error after implementing this mod:
'################################################################################# '######################## ADDED FOR INTERNATIONAL MODS! ######################### strLangLCID = "1033" function fLang(s) ' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed fLang=s end function %> Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ActiveUserTracker'
Any suggestions please.
/forum/inc_header.asp, line 230
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 August 2002 : 01:38:19
|
edited out. |
Edited by - StephenD on 21 August 2002 02:22:06 |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 21 August 2002 : 02:03:27
|
Well, number one, based on that code you posted above, all the line breaks were removed by the browser you used to view the readme file. Not good.
Number two your missing at liest one file, inc_func_common, which is why your getting that error.
And number 3 we have identified 6 bugs in the mod that you probably will want to wait untill they are fixed. |
Nathan Bales CoreBoard | Active Users Download |
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 August 2002 : 02:06:12
|
OK I seemed to have fixed the bit about 'added for international mods' I had left a %> in at the bottom of the config.asp file. I'm still getting the rest of the error message relating to inc_header.asp.
I've checked the instructions for this file.
Any ideas? |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 21 August 2002 : 02:09:31
|
You didn't add the section to inc_func_common.asp
but like I say, there are some nasty bugs in it. . . so fixing that now would be a waist of time ;) |
Nathan Bales CoreBoard | Active Users Download |
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 August 2002 : 02:11:04
|
Duh, I must have missed the bit about the mod being incomplete.
Hmmm .... what to do, what to do |
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 August 2002 : 02:18:30
|
Yeah I couldn't find it in inc_functions.asp as per readme. At least now I've got my board running again. Thanks |
|
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 August 2002 : 02:21:30
|
Pheww, this is the only error I get now down in the 'new' active users table:
Active Members: 2 | Guests: 0 || Total: 2 [ Administrators | Moderators ] Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: ""]'
/forum/inc_func_common.asp, line 746 Can't wait for the bugfix.. Cheers
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
StephenD
Senior Member
Australia
1044 Posts |
Posted - 21 August 2002 : 03:59:43
|
Followed the other threads and got it working fine for me now.
Thanks and regards |
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 21 August 2002 : 11:25:49
|
Another bug (not sure if this has been mentioned Nathan)..
Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: '[string: ""]' /3.4AU4/inc_func_common.asp, line 731
Line 731 is chkDate = in the snippet below, from the chkdate function.
case "dmmy" chkDate = Mid(fDate,7,2) & " " & _ Monthname(Mid(fDate,5,2),1) & " " & _ Mid(fDate,1,4)
|
Eagles fly!, but weasels don't get sucked into jet engines. |
Edited by - Azaniah on 21 August 2002 11:26:44 |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 21 August 2002 : 11:43:37
|
Value for strAURecordDate is 0
Bet that don't help much .. |
Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
|
Topic |
|