Author |
Topic |
TECHJPM
New Member
USA
58 Posts |
Posted - 07 October 2002 : 14:29:48
|
every once and a while a person will post a message in my forums. every once and a while their post will show with this error.. ------- Microsoft VBScript runtime error '800a000d'
Type mismatch: 'cLng'
/FORUM2/inc_func_common.asp, line 810 ------- try my forum out, and let me know.. http://68.39.168.62/FORUM2/ login info: test / test or test2 / test2 |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
TECHJPM
New Member
USA
58 Posts |
Posted - 07 October 2002 : 23:45:00
|
these are the lines before and after 810. please help. it just happened again to another person on my forum.
function chkTime(fTime) if fTime = "" or isNull(fTime) then exit function end if if strTimeType = 12 then if cLng(Mid(fTime, 9,2)) > 12 then chkTime = ChkTime & " " & _ (cLng(Mid(fTime, 9,2)) -12) & ":" & _ Mid(fTime, 11,2) & ":" & _ Mid(fTime, 13,2) & " " & "PM" elseif cLng(Mid(fTime, 9,2)) = 12 then chkTime = ChkTime & " " & _ cLng(Mid(fTime, 9,2)) & ":" & _ Mid(fTime, 11,2) & ":" & _ Mid(fTime, 13,2) & " " & "PM" elseif cLng(Mid(fTime, 9,2)) = 0 then chkTime = ChkTime & " " & _ (cLng(Mid(fTime, 9,2)) +12) & ":" & _ Mid(fTime, 11,2) & ":" & _ Mid(fTime, 13,2) & " " & "AM" else chkTime = ChkTime & " " & _ Mid(fTime, 9,2) & ":" & _ Mid(fTime, 11,2) & ":" & _ Mid(fTime, 13,2) & " " & "AM" end if else
|
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 07 October 2002 : 23:57:05
|
I don't have any idea why this error would be happening, other than the argument that's being passed to this function is probably invalid.
Verify the time on the user's computer that fails? That's the best idea I can come up with.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
TECHJPM
New Member
USA
58 Posts |
Posted - 09 October 2002 : 21:25:28
|
this is the exact file from the download. i didn't change anything in it. please help with this. another user got the same error today. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
TECHJPM
New Member
USA
58 Posts |
Posted - 09 October 2002 : 22:41:12
|
in the initial installation file it is still in the high 700's i am using 3.4.3. only thing i added from the standard snitz files that are stripped was the active users... i even compared it to the forum with 24or so mods...that one is at @840 for my section. weird part is that that section is the same between all the files. |
|
|
McTurok
Starting Member
USA
6 Posts |
Posted - 02 December 2002 : 18:50:19
|
Hi everyone,
I'm getting this same error below:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'cLng'
/forum/inc_func_common.asp, line 671
It happens on all reply messages to a topic. And the only thing I've added to the forum is avatar mod. This error was happening before I even added that mod.
Any clues please post a fix. Thanks
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
McTurok
Starting Member
USA
6 Posts |
Posted - 02 December 2002 : 20:42:32
|
I'm using the most recent version available.
v3.4.03 is what it says in the info. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
McTurok
Starting Member
USA
6 Posts |
Posted - 02 December 2002 : 22:15:18
|
Server time is correct.
I've adjusted it 2 hours to show the correct time. Time Display is: 12hr Time Adjustment: 2 Current Forum Date/Time: 12/02/2002 10:10:37 PM Date Display: 12/31/200 (US short)
Could this be a bug? Because I've changed the server time to match my Time difference? |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 02 December 2002 : 22:18:44
|
No, I don't think it to be a bug. I don't remember seeing similar posts before and if that was a bug a lot more users would be affected. That happens whenever you try to create replies in all forums or just in a specific forum? |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
McTurok
Starting Member
USA
6 Posts |
Posted - 02 December 2002 : 22:56:13
|
It happens in all forums.
But only to REPLY posts to a topic.
That give you any ideas? |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
McTurok
Starting Member
USA
6 Posts |
Posted - 03 December 2002 : 09:27:19
|
Problem seems to be when or if you use 12 hour Time instead of 24 Time format.
Anyone have any idea why this would be a problem? I switch it to 12 hour and all replies are errors. Switch to 24 hour and error goes away?
I'm clueless. |
|
|
Topic |
|