[imp] Big Attachment Size Problem
Michael M Slusarz
slusarz at bigworm.colorado.edu
Mon Jan 12 08:58:19 PST 2004
Quoting Robby Sirwaturai <rsirwaturai at abnrlaw.com>:
| /etc/php.ini
| max_execution_time = 3500
| memory_limit =32M
[snip]
| Here is the symptoms:
| I can upload/attach file < 8M, the file appear in attachment list and /tmp
| folder. But less than 5 second after I press the Send button, I get HTTP
| error 64 - Host not available. But if I send files sized < 3M, there is no
| error shown up.
| There are nothing in httpd error_log, nor at the imp error_log.
Your memory limit is way too low. PHP is very judicious about using memory when
doing things like encoding, etc. There is a bunch of posts on this topic in
the archive - your best option is to set memory_limit really high or disable it
all together.
michael
______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder
More information about the imp
mailing list