|
From: | Andy Tschiersch |
Subject: | [Phpgroupware-users] Re: address book and notes lead to blank screen |
Date: | Mon, 2 Oct 2006 13:25:07 -0700 (MST) |
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 outSent from the phpGroupWare forums @ http://forums.phpGroupWare.org
[Prev in Thread] | Current Thread | [Next in Thread] |