Author |
Topic |
|
Maizey
Starting Member
13 Posts |
Posted - 21 June 2003 : 08:55:17
|
I've just installed Avatar Mod for 3.4 by Richard Kinser, adapted by Hamlin.
I am getting the following error for some reason or another when I access topic, the original author's message appears, but replies don't show.
Its quite messed up and the message ends up coming out as:
Microsoft VBScript runtime error '800a000d' Type mismatch: '(string: "")' /ozwebchat/forum/inc_func_common.asp, line 600 (please note: the brackets around string had to be changed to () as opposed to [] because it wouldn't post properly on this forum :P)
To see what I'm on about, see here.
Don't know why there is a problem with inc_func_common.asp, but here is line 600:
function chkDate(fDate,separator,fTime) if fDate = "" or isNull(fDate) then if fTime then chkTime(fDate) end if <--------- line 600 exit function end if
Can anyone help please?! |
Edited by - Maizey on 21 June 2003 09:03:38 |
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Maizey
Starting Member
13 Posts |
|
Maizey
Starting Member
13 Posts |
Posted - 21 June 2003 : 09:08:03
|
If you need inc_func_common.asp let me know and I'll save that as a txt too, although I don't think I've modified that one (not recently atleast) |
|
|
Maizey
Starting Member
13 Posts |
Posted - 21 June 2003 : 09:19:11
|
hey, it would also seem that the avatar isn't appearing for the original post that is actualy shown either. appears fine in pop_profile.asp |
|
|
Maizey
Starting Member
13 Posts |
Posted - 21 June 2003 : 09:21:50
|
*slightly confused* :P i just enabled the "show avatar in profile" feature, and it has now decided to appear in topic.asp.. (for the original poster)
additionally, for the reply after that - (once again it gets that error), but a broken image appears there now.. (check out that page in the original topic i posted) |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 21 June 2003 : 09:23:18
|
I'm not familiar with this MOD, but for one thing, on line 521 you started commenting out a whole bunch of code and then created your own code after that. But what you added doesn't match the sql statement on line 319. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
Edited by - Nikkol on 21 June 2003 09:26:31 |
|
|
Maizey
Starting Member
13 Posts |
Posted - 21 June 2003 : 09:28:15
|
the commented out code was the original
its meant to be replaced by the other code ive added in (its in the instructions :P) |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 21 June 2003 : 09:31:26
|
well either the instructions are incorrect or you made incorrect changes. Start with a fresh copy of topic.asp and follow the instructions again. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Maizey
Starting Member
13 Posts |
Posted - 21 June 2003 : 09:32:12
|
hi mate.. you may have just helped me fix that! i've reverted back to the old code, but had to do a modification to it. all seems okay now - thanks very much for your help! |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
|
Topic |
|