|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-10-30 22:08 UTC] jani@php.net
[2007-10-30 23:51 UTC] marquinhocb at hotmail dot com
[2007-10-31 10:15 UTC] jani@php.net
[2007-10-31 11:35 UTC] marquinhocb at hotmail dot com
[2007-10-31 12:40 UTC] jani@php.net
[2007-10-31 13:43 UTC] marquinhocb at hotmail dot com
[2007-11-11 19:04 UTC] jani@php.net
[2008-04-23 14:24 UTC] marquinhocb at hotmail dot com
[2008-05-19 22:54 UTC] jani@php.net
[2008-05-27 01:00 UTC] php-bugs at lists dot php dot net
[2009-07-13 20:44 UTC] kirkshafonsky at hotmail dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 23:00:02 2025 UTC |
Description: ------------ I can only get this to happen on a production server. It may have to do with the server load. I have the exact same setup on my local machine, never experienced this problem. Server is a Dual-Processor Xeon Dual Core (4 cores in total). I am willing to debug and help in any way necessary, I am a professional software engineer. After getting these errors, I made my own extension with extended debugging information to help trace the problem. Reproduce code: --------------- Nothing special about the code causing the stall, as you can see: windowmanager.class.php: 304: if (! $this->hasFooter) 305: print("</div>"); //content menumanager.class.php: 81: else if ((count ($j->subItems) > 0) || ($j->forceSub)) 82: { 83: print("<a class=\"menuItem\" href=\"\" onclick=\"return false;\" onmouseover=\"{$this->menuBarVar}.MenuItemMouseover(event, '{$j->id}');\">"); Expected result: ---------------- The stall always seems to be on a print(), and obviously this should not be a stalling or very intensive function. Actual result: -------------- [30-Oct-2007 09:22:48] PHP Fatal error: Maximum execution time of 60 seconds exceeded End() End() End() in D:\yuniti\includes\windowmanager.class.php [/index.php] on line 305 [30-Oct-2007 09:39:24] PHP Fatal error: Maximum execution time of 60 seconds exceeded InternalOutputItem() InternalOutputItem() InternalOutputSubItems() Output() Output() Output() in D:\yuniti\includes\menumanager.class.php [/user.php] on line 83 [30-Oct-2007 09:42:02] PHP Fatal error: Maximum execution time of 60 seconds exceeded InternalOutputItem() InternalOutputItem() InternalOutputSubItems() Output() Output() Output() in D:\yuniti\includes\menumanager.class.php [/user.php] on line 83 [30-Oct-2007 09:47:08] PHP Fatal error: Maximum execution time of 60 seconds exceeded End() End() End() in D:\yuniti\includes\windowmanager.class.php [/index.php] on line 305