Author |
Topic  |
|
funinbc
Junior Member
 
245 Posts |
Posted - 14 February 2005 : 11:58:17
|
This is the error I am getting.
Active Server Pages error 'ASP 0113' Script timed out /index.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.
I and using access2000 data base. This problem started when my site became popular.
I talked to my tech support and they said it is a problem with the script. They said it is using up memory until the site stalls out. This is due to the ASP code that is not closing.
I have to phone my server at least twice a week and have them dump the memory.
Not sure what to do my users are getting concerned and I don’t know how to fix it.
|
|
Jezmeister
Senior Member
   
United Kingdom
1141 Posts |
Posted - 14 February 2005 : 15:36:53
|
The problem is probably your database, Access was never made with snitz-type use in mind. I reckon your best bet would be to migrate to MySql (or MS-Sql). That said it could still be your host, so i'd reccomend scouting around for some free MySql deal (there's plenty around - www.bizhostnet.com do a good one that I've used before) and seeing if that helps. |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 14 February 2005 : 15:50:28
|
That kind of problem is not necessarily connected to the use of an Access DB. In fact, it is much more typical of a server problem than a DB problem.
This may also result from the use of a modded Snitz version, which I believe to be the case, since Snitz has no index.asp file. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
funinbc
Junior Member
 
245 Posts |
Posted - 04 March 2005 : 14:11:54
|
it is http://www.funinbc.com/forum/default.asp as a default
I'm going to have to change to a new forum if I cant get this worked out. It's a shame as I like the look of this forum.
Can anyone help me out? It is going down now every day sometimes twice a day.
My server has no idea as well. they have me on my own server and that is buying me some time but it always goes down. I know everyone on their tech support now 
Where would I begin looking for the problem?
Do I start a new forum and add add the mods in again? Not sure why these are not stock instead having to add them. I do not know ASP and I check every step 10 times to make sure it is a mirror before I move on so it take me countless hours to have a workable forum.
Can anyone suggest where I should start?
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 04 March 2005 : 17:05:21
|
Mods are a tricky business. Not all mods are bug free, and that's a thing to consider when including the cod in your own forum. As global strategy I would advise a one mod at a time approach. Make sure the resulting code is stable and add another mod only when you are sure it is. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 04 March 2005 : 19:00:00
|
The time out occurs on "your" index.asp file according to the error that you supplied. Looking at your site, the http://www.funinbc.com/index.asp has interaction with the forum software and a heap of other stuff. Is the What's New list called from a DB?, is the 4x4 Outback Adventure called from a DB. The error is in the code of the index.asp from the description you have mentioned to us.
Do you get the time out with any other pages? If so, what are they? When do the time outs occur, an example would be is it during peak times on the server, or is it when there is another process like a back up running on the server? To me a Script time out error is a result of a slow connection or processing due to bad coding.
If the time out is during peak time, then that is server issue as it is being hammered by to many users/sites wanting to use the server at the same time or it is during a back-up, then the the ISP needs to look at traffic usage and schedule the back-ups for when traffic is low. I know when I worked at a major bank here in Aus, we had to set the back-ups for 2 am (Melbourne time) on the servers or we got time outs as it was hammering the memory and CPU of the servers and that was our low traffic time.
I would not go changing the forum software as the new forum may do exactly the same thing as the current forum, just go back to what MODS you did have on your system before it started to time out, then work on adding the new MODS as Ruirib stated, one (1) at a time and test.
I hope that helps.
|
Cheers, David Greening |
 |
|
funinbc
Junior Member
 
245 Posts |
Posted - 14 March 2005 : 14:51:31
|
Thanks for the help!! So you are saying that it could be the portal mod that I have set up for the front page? I’ll disable that and see if that make a difference. The time out occurs at all times. I check and I may have 3 to 20 active users when it goes down. Server support said that it was an open code and using up memory until the site goes down. |
 |
|
funinbc
Junior Member
 
245 Posts |
Posted - 31 March 2005 : 13:58:57
|
quote: Originally posted by Classicmotorcycling
The time out occurs on "your" index.asp file according to the error that you supplied. Looking at your site, the http://www.funinbc.com/index.asp has interaction with the forum software and a heap of other stuff. Is the What's New list called from a DB?, is the 4x4 Outback Adventure called from a DB. The error is in the code of the index.asp from the description you have mentioned to us.
The index.asp only looks at the forum database nothing else. It’s a portal mod and to tell you the truth I got the idea for it by looking at your site. I can only hope that mine is as good as yours!
Do you get the time out with any other pages? If so, what are they? When do the time outs occur, an example would be is it during peak times on the server, or is it when there is another process like a back up running on the server? To me a Script time out error is a result of a slow connection or processing due to bad coding.
I do not get a time out on any other page only the forum. It’s not a peek times it happens all the time and almost every day. I call the server and they all know me now. LOL!
Do you think if I get rid of the portal mod that this might fix the problem?
|
 |
|
|
Topic  |
|