Author |
Topic |
|
ki5ck
New Member
69 Posts |
Posted - 20 June 2004 : 20:58:29
|
forum is at http://www.slidell-slt.org/forum3404/ username test, password test using the access connection string.
I can put in the initial post, but when a reply is posted, the display comes up with errors. On replies, the avatar does not display, the time of the reply is shown as "//1 : ::", and the text of the reply is the topic id (ie., 5).
This is if my server time configuration is set in 24 hour. If I set it in 12 hour, I get this:
Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: 'cLng' /newslt/forum3404/inc_func_common.asp, line 793
Mods installed: pm, events, avatar, avatar addon, pm toast notify. Don't think I changed this part of inc_func_common.
I looked at the FORUM_REPLY table, and everything looks ok (the text of the replies is there.)
Any ideas?
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 20 June 2004 : 21:12:32
|
It's probably the order of the variables that have gotten messed up.
Basically, the variables need to be assigned in the same order that they appear in the SQL statement.
If you want to e-mail me the ftp info to login to your site, I can take a look at it. |
|
|
ki5ck
New Member
69 Posts |
Posted - 20 June 2004 : 21:28:22
|
Got it. I just rebuilt my topic.asp with all the mods I entered. I screwed something up, not sure what.
Thanks, though. |
|
|
Jotts
New Member
77 Posts |
Posted - 20 June 2004 : 22:51:38
|
quote: Originally posted by ki5ck
Got it. I just rebuilt my topic.asp with all the mods I entered. I screwed something up, not sure what.
Thanks, though.
u screwed up the part that you put in topic.asp the value + 6 so there was a duplicate... it needs togo in order 1,2,3,4,5,6,7,8,9,etc. |
|
|
|
Topic |
|
|
|