Author |
Topic  |
|
Max0005
Junior Member
 
Italy
294 Posts |
Posted - 17 December 2006 : 04:38:19
|
I installed Image Forum on my server, it worked fine until now, but this is the error it gives me:
Microsoft VBScript runtime error '800a0006'
Overflow: 'cInt'
/config.asp, line 400
What should I do to fix it? I tryed uploading the backup, same erro... |
Edited by - Max0005 on 17 December 2006 04:39:05 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 17 December 2006 : 05:09:10
|
what is on line 400 of your config.asp ? |
 |
|
Max0005
Junior Member
 
Italy
294 Posts |
Posted - 17 December 2006 : 05:13:16
|
strModeration = Application(strCookieURL & "STRMODERATION")
strSubscription = Application(strCookieURL & "STRSUBSCRIPTION")
intStarEvery = CInt(Application(strCookieURL & "INTSTAREVERY"
[no space]
intStarBRCount = CInt(Application(strCookieURL & "INTSTARBRCOUNT"))
strArchiveState = Application(strCookieURL & "STRARCHIVESTATE")
strFloodCheck = Application(strCookieURL & "STRFLOODCHECK") |
Edited by - Max0005 on 17 December 2006 05:14:33 |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 17 December 2006 : 07:33:24
|
shouldnt this line
intStarEvery = CInt(Application(strCookieURL & "INTSTAREVERY"
have 2 )) at the end??
so it woudl look like
intStarEvery = CInt(Application(strCookieURL & "INTSTAREVERY")) |
© 1999-2010 MaD2ko0l |
 |
|
Max0005
Junior Member
 
Italy
294 Posts |
Posted - 17 December 2006 : 12:33:10
|
It now works correctly, no idea of what happened. I know have another problem:
Microsoft JET Database Engine error '80004005'
Could not find file 'D:\W3Sites\SALTYCATS\forum\[database name]'.
/inc_header.asp, line 120
This is line 120 of inc_header.asp :
end if
set my_Conn = Server.CreateObject("ADODB.Connection")
my_Conn.Open strConnString
if (strAuthType = "nt") then
call NTauthenticate()
if (ChkAccountReg() = "1") then
call NTUser()
end if
end if |
Edited by - Max0005 on 24 February 2007 08:08:49 |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 17 December 2006 : 13:35:52
|
this is the same error u had in this post Click Me |
© 1999-2010 MaD2ko0l |
 |
|
Image
Average Member
  
Canada
574 Posts |
Posted - 18 December 2006 : 17:45:06
|
quote: Originally posted by Max0005
It now works correctly, no idea of what happened. I know have another problem:
Microsoft JET Database Engine error '80004005'
Could not find file 'D:\W3Sites\SALTYCATS\forum\forumdata.mbd'.
/inc_header.asp, line 120
This is line 120 of inc_header.asp :
end if
set my_Conn = Server.CreateObject("ADODB.Connection")
my_Conn.Open strConnString
if (strAuthType = "nt") then
call NTauthenticate()
if (ChkAccountReg() = "1") then
call NTUser()
end if
end if
if you need the location of the folder for the database, you can either ask your host or use the whereami.asp file in the Tools
|
 |
|
Max0005
Junior Member
 
Italy
294 Posts |
Posted - 19 December 2006 : 12:04:52
|
I'm getting a bit frustrated: every single day a new error!
First error:
Microsoft VBScript runtime error '800a0006'
Overflow: 'cInt'
/config.asp, line 400
Second error:
Microsoft JET Database Engine error '80004005'
Could not find file 'D:\W3Sites\SALTYCATS\forum\[database name*].mbd'.
/inc_header.asp, line 120
Error of today:
ADODB.Connection error '800a0e78'
Operation is not allowed when the object is closed.
/inc_func_common.asp, line 1437
*I'm not saying the database name for security reasons. |
Edited by - Max0005 on 19 December 2006 12:07:53 |
 |
|
Image
Average Member
  
Canada
574 Posts |
|
pdrg
Support Moderator
    
United Kingdom
2897 Posts |
Posted - 20 December 2006 : 06:57:39
|
What's going on, Max? How come three in three days? I suspect they may be linked somehow! Any changes in the environment? Is this a brand new install/upgrade/etc?
PS - call it a hunch but I suspect you want to use the .mdb extension as opposed to .mbd - it would explain your second 'bug'!
|
Edited by - pdrg on 20 December 2006 07:01:25 |
 |
|
Roger Fredriksson
Average Member
  
Sweden
556 Posts |
Posted - 24 February 2007 : 08:21:23
|
When opening this thread I get a form for login to snitzhcd.com - why? |
rf/www.avgifter.com |
 |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 24 February 2007 : 09:14:52
|
me too, and on other threads as well
Dave |
No good at coding, but I can plough a field !! |
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 26 February 2007 : 04:33:29
|
quote: Originally posted by Roger Fredriksson When opening this thread I get a form for login to snitzhcd.com - why?
Gary had obviously required authentication on the directory his images are in that people use in their signatures; he seems to have fixed it now.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
|
Topic  |
|