On 26.09.07 15:49, [EMAIL PROTECTED] wrote: > Just updated the php.ini and restart the web server again : > > But the Maximum Attachment Size is still 2,097,152 bytes display... > > And tried to send mail ( within attahcment around 1MB ) : > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 1519127 bytes) in > /home/itawm/html/horde/lib/Horde/MIME/Part.php on line 1027
turn memory_limit off or set it to bigger value. I had problems processing 7MB images with memory_limit of 64MB, because the horde is very hungry for memory (mostly MIME processing functions). -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. 99 percent of lawyers give the rest a bad name. -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
