> I am getting this error below.. Running php 4.0.6, apache 1.3 and > squirrelmail 1.2.11 and I don't know how to fix this.. My Imap server is > courier. I didn't start getting this problem till I updated > squirrelmail. > > > Fatal error: Maximum execution time of 30 seconds exceeded in > /var/www/html/mail/functions/imap_general.php on line 48
Look for the max_execution_time line in your php.ini, increase the time somewhat, but not too much. Try, maybe, 150? If you have folders with an extremely high number of messages it could take hundreds of seconds to generate the page depending on your hardware and IMAP server. I set mine to 300, which is probably too high, but I'm the only one using my machine so it really doesn't matter. Keith --- Keith Hatfull Woodbury, MN ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
