Home » Item #562
Getting this timeout when attempting to order:
Error Type:
Active Server Pages, ASP 0113 (0x80004005)
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.
/cactushop5/mailorder.asp
How can I fix this?
There was a small bug in the first full version zip produced for v5. Open up the config.asp file and look for this line:
'CONST strDatabaseType = "access"
Remove the apostrophe (') from in front of this line and everything should work fine.