Josep L. Guallar-Esteve wrote : > Hi, > > Since I updated Squirelmail to 1.4.1 , users with big inboxes/lots os > messages > get error messages similar to this: > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 65536 bytes) in > /var/www/html/squirrelmail-1.4.1/functions/imap_general.php on line 246
I had the problem 2 weeks ago, it wasn't SM's fault, but PHP. I changed the following value in my php.ini and everything worked fine after : memory_limit = 15M ; Maximum amount of memory a script may consume (8MB) Changed from 8M to 15M -- Nicolas Cartron [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
