Roundcube Community Forum

 

Sending large attachment.

Started by raztybaby, May 24, 2009, 09:33:34 PM

Previous topic - Next topic

raztybaby

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..

rosali

Increase memory_limit in php.ini and restart apache.
Regards,
Rosali

raztybaby

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..

hradek

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?

raztybaby

Quote from: hradek;19206Does your server really have 99999M of memory?

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