Roundcube Community Forum

Release Support => Pending Issues => Topic started by: raztybaby on May 24, 2009, 09:33:34 PM

Title: Sending large attachment.
Post by: raztybaby on May 24, 2009, 09:33:34 PM
hi,
i have a problem in sending a large file attachment.. I uploaded the file successfully and when i press the send button it can't be send.. no error message appear.. i checked the logs and i saw this error: "[24-May-2009 19:20:23] PHP Fatal error:  Out of memory (allocated 39059456) (tried to allocate 17791986 bytes) in ../program/lib/Mail/mimePart.php on line 317"
please help me to solve this problem..

Thanks..
Title: Sending large attachment.
Post by: rosali on May 25, 2009, 03:23:29 AM
Increase memory_limit in php.ini and restart apache.
Title: Sending large attachment.
Post by: raztybaby on May 25, 2009, 05:11:00 AM
Quote from: rosali;19194Increase memory_limit in php.ini and restart apache.

This is my memory limit:

memory_limit = 99999M

the problem was not solve..

thanks for the reply..
Title: Sending large attachment.
Post by: hradek on May 25, 2009, 09:56:31 PM
Quote from: raztybaby;19195This is my memory limit:

memory_limit = 99999M

the problem was not solve..

thanks for the reply..

Does your server really have 99999M of memory?
Title: Sending large attachment.
Post by: raztybaby on May 25, 2009, 10:03:19 PM
Quote from: hradek;19206Does your server really have 99999M of memory?

i changed it.. i can upload a 20MB file attachment..