Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browser Loading...

Status
Not open for further replies.

KingSlick

Programmer
Mar 9, 2007
45
US
I have a php script that has been running fine for quite some time, however, the past few times that I have run the script, I am no longer getting output to the browser and the script is finishing just fine. I haven't made any changes to the script. FYI, the script usually runs for about 10-15 mins.

Our web host has changed the timeout of the webserver to 90mins.

Any other possible ideas as to what could be going on??

Thanks for the help
 
No they haven't, but wouldn't that have caused the script not to run anymore??
 
Hi

While nothing is displayed, maybe it not runs. Newer PHP distributions comes with error displaying turned off, so by default you see the error messages only in the log file.

Feherke.
 
No, I know that the script is running, because I can see the results in the DB are correct. The updates and new inserts are happening, I can see that all is running ok through the "show processlist" of the MySQL query browser.
 
that does not rule out feherke being correct. the calls to the db may well be working as they may be higher up the script than whatever is now misbehaving.

follow feherke's advice: ensure that display errors and error reporting are turned on and to E_ALL respectively.

if you want more help debugging - i guess we'd need the ouput from phpinfo and your script.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top