|
From: | Chris Weiss |
Subject: | Re: [Phpgroupware-users] Re: address book and notes lead to blank screen |
Date: | Mon, 2 Oct 2006 15:56:16 -0500 |
On 10/2/06, Andy Tschiersch wrote:
i have a fix for the addressbook-problem with following erros-message: Fatal error: Maximum execution time of 60 seconds exceeded in ... open /path/to/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php in a text-editor go to line 464 and you should see this line:while ($column = @each(($all_cols_to_display))) change it to following:while ($column = @each($all_cols_to_display)) save file and try out
this is for php5? odd that an extra () would have any affect at all. can you post both these on the bug and/or patch managers? links are at http://support.phpgroupware.org/
[Prev in Thread] | Current Thread | [Next in Thread] |