Closed (fixed)
Project:
System Information
Version:
5.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2008 at 13:16 UTC
Updated:
24 Nov 2008 at 19:42 UTC
Latest .../admin/logs/systeminfo (5.x-2.0-beta3) returns just a blank page, with the code:
<HTML>
<head>
</head>
<body>
</body>
</html>
PHP Fatal error: Maximum execution time of 120 seconds exceeded... is logged. I've increased the execution timeout from 60 seconds (was more than enough until now!) to 120 seconds, but it still fails. I don't feel comfortable to increase it more...
Do we have some infinite loop somewhere? Or, shall it really take soooo long now?!
Comments
Comment #1
luti commentedIt is interesting that 6.x-1.0-beta3 in the same environment (just at Drupal 6.6 test site instead of a Drupal 5.12 production site, everything on the same Apache web server - as virtual servers with the same settings...) seems to work just fine (returns the page .../admin/reports/systeminfo with content, as expected).
Comment #2
rstamm commented6.x-1.0-beta3, 5.x-2.0-beta3, and 4.7.x-2.0-beta3 tested in a test environment and it works fine.
6.x-1.0-beta3 works fine at a production site in a different environment.
Comment #3
rstamm commentedPage "System info" runs into an infinite loop in certain environments.
This only happens in Version 5.x-2.0-beta3, but not in 6.x-1.0-beta3.
Fixed in 5.x-2.0-beta4.