On Thursday 21 March 2002 02:54, Jonas Björck wrote: > I recently installed Squirrelmail & when I login it just times out, > anyone that have had the same problem? > > I get this error: > > Fatal error: Maximum execution time of 30 seconds exceeded in > /usr/share/squirrelmail/functions/imap_general.php on line 87 > > When I checked the code it says: > > $read .= fgets($imap_stream, 9096); > > All help is welcomed :) > > Sincerely > > Jonas B.
Hi Jonas, If it is not an error from SquirrelMail (you should check with their lists), and your imap server is very slow, you can change the line: max_execution_time=30 in your php.ini (/etc/php4/apache/php.ini on sid) to something more suitable. -- Meir Kriheli