> I am a customer on one of ionhosting.com's webservers. > > > I have used Squirrelmail happily for some time, but recently have been > getting the following error when trying to retrieve my mail: > > Fatal error: Maximum execution time of 30 seconds exceeded in > /usr/local/cpanel/base/3rdparty/squirrelmail/functions/decode/gb2312.php > on line 7496 > > It does time out as indicated. Since I am just an ordinary user, I have > limited access to system information but here is what is posted on my > cPanel account (no ssh remote access). The Squirrelmail version is > 1.4.4.
Your system admin added functions that are very slow and cpu intensive. SquirrelMail does not enable them by default. There is a warning about it in squirrelmail config. decoding of gb2312, big5 and other eastern charsets is not distributed with squirrelmail 1.4.4. There is no official decode package with those functions. Only squirrelmail 1.4.3 included those functions, but they were not enabled by default. Functions can be speedup by adding php recode extension or php 4.3 with mbstring support. If they need help in that, I can update files in decode CVS module with required function calls by Sunday. -- Tomas ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
