From: Fred Z. <fre...@sh...> - 2012-08-13 10:08:41
|
> Hello! > Could someone help me to solve a problem? When I want to open the inbox I > recieve the following error:Fatal error: Allowed memory size of 16777216 > bytes exhausted (tried to allocate 4097 bytes) in > /usr/share/squirrelmail/functions/imap_general.php on line 92 > > Thanx a lot! > Danfried > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ----- > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squ...@li... > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > This is a PHP memory limitation. Solutions: Increase "memory_limit = 32M" to your server's main php.ini file (recommended, if you have access) or Set "php_value memory_limit 32M" in your /usr/share/squirrelmail/src/.htaccess file Regards Fred |