Author |
Topic |
|
yigal7
Junior Member
297 Posts |
Posted - 26 May 2006 : 06:51:11
|
Hi
when pressing on Active Topics link i'm getting this error: ------------------- Microsoft VBScript runtime error '800a000d' Type mismatch: 'cLng'
/forum/inc_func_common.asp, line 933 --------------------
(i have check the numbers order on the Topic.asp file and its ok.)
i didn't edit any of the files for the last 2 years and sudenly i get this error.
what can it be?
ThanX Yigal |
Edited by - yigal7 on 26 May 2006 06:53:34 |
|
yigal7
Junior Member
297 Posts |
Posted - 27 May 2006 : 13:38:47
|
Please help!!! |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 27 May 2006 : 15:24:32
|
You need to find out what's causing that. First, you need to put determine what in active.asp is causing that. What function in inc_func_common.asp throws the error? Where is it called from active.asp?
|
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
yigal7
Junior Member
297 Posts |
Posted - 28 May 2006 : 05:14:27
|
well, now its happening in some of the other forums...so the problem is not in the Active Topics page.
what should i look for?
|
|
|
RArch
Junior Member
United Kingdom
103 Posts |
Posted - 28 May 2006 : 06:42:22
|
Show us the code around "/forum/inc_func_common.asp, line 933" then we have have some chance.
|
|
|
yigal7
Junior Member
297 Posts |
Posted - 28 May 2006 : 07:35:54
|
now i'm getting this error: --------------- Active Server Pages error 'ASP 0113' Script timed out
/forum/active_users.asp
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools ------------------
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
yigal7
Junior Member
297 Posts |
Posted - 28 May 2006 : 09:30:33
|
this is line 933 ---------- if cLng(Mid(fTime, 9,2)) > 12 then ----------
ThanX Yigal |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 28 May 2006 : 09:39:01
|
I asked you what int what function is that code. Once you find that, check in active.asp where it's called. Add a response.end after the first call and see if there is an error. If there is not, remove the response.end and add it after the 2nd call, check if there is an error, and so on...
You need to do this until you find the line causing the error. Then you can try to find the causes for the error. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
yigal7
Junior Member
297 Posts |
Posted - 28 May 2006 : 09:42:13
|
well-this is like Japannes to me.
the problem is not only in Active Topics its also in some of the other forums. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
yigal7
Junior Member
297 Posts |
Posted - 28 May 2006 : 10:07:46
|
my forum is runnig for more then a year and i didn't edit non of the files.
can we try step by step?
is it something with the size of my MDB file? (it's 240MB)
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
yigal7
Junior Member
297 Posts |
Posted - 28 May 2006 : 11:35:11
|
thank you!
i just changed the time format from 24 to 12 and the forum works fine.
very strange no?
|
Edited by - yigal7 on 28 May 2006 11:38:40 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
|
Topic |
|