| Hal Rosser 2005-12-31, 2:51 am |
|
<tyler.parke@gmail.com> wrote in message
news:1135979551.487620.298790@g47g2000cwa.googlegroups.com...
> I'm getting this error after 5 minutes (300 seconds) of processing a
> php file in IIS 5.1 (WinXP).
>
> I've searched for hours and every solution is the following:
>
> Open the Administrative Tools control panel.
> Open the Internet Services Manager item.
> Right-click on the computer icon in the left panel and choose
> Properties
> from the menu that appears.
> Click "Edit..." next to "WWW Services".
> Click the "Home Directory" tab.
> Click the "Configuration..." button.
> Click the "Process Options" tab.
> Enter a large value in the CGI script timeout field, perhaps 999999.
>
>
> I've done this, and rebooted, and did it again, checked it, did it with
> a script, etc. etc.
>
> But still I get the error after 5 minutes. Are there any other
> solutions or anything else? I also have the max_execution_time variable
> in php.ini set to a high value, even though I don't think that's the
> problem (it would give a php error instead).
>
You might be trying to correct the wrong thing.
Maybe there's something in your script causing no response for 5 minutes.
Its an easy mistake to make.Maybe an if statement without an else ?
--- Consider the possibility that it might be your code.
|