Zitat von sandaili <m...@sandaili.com>:
My php settings are: max_execution_time 30 max_input_time 60 memory_limit 64MB In horde, it shows I can attach a file up to 64 mb - (Maximum Attachment Size: 67,108,864 bytes) The error I get is this, opening a 7.7 MB email - Fatal error: Out of memory (allocated 23855104) (tried to allocate 8048193 bytes) in /home/-----/public_html/-----/horde/lib/Horde/MIME/Part.php on line 1155
Your "memory_limit" is not honored by PHP. Double check if you have altered the correct php.ini, that you don't have more than one memory_limit and that you have restarted the webserver. BTW: If you really need 64MB attachments you need *a lot* more than 64MB as memory_limit.
Regards Andreas -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org