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

luti’s picture

It 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).

rstamm’s picture

6.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.

rstamm’s picture

Status: Active » Fixed

Page "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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.