[imp] Can't attach file size more than 500KB
Eric Rostetter
eric.rostetter at physics.utexas.edu
Mon Mar 17 14:41:15 PST 2003
Quoting Bundit Chucheep <obuch at mail.utcc.ac.th>:
> I've modify /etc/httpd/conf.d/php.conf to a larger value 2097152.
> So imp can add an attachment successfully, But when click SEND
> I've got an error message like this:
>
> Warning: fopen("/tmp/impattXLRsjN", "rb") - No such file or directory in
> /var/www/html/mail/horde/imp/compose.php on line 329
>
> Warning: stat failed for /tmp/impattXLRsjN (errno=2 - No such file or
> directory) in /var/www/html/mail/horde/imp/compose.php on line 330
>
> Warning: fread(): supplied argument is not a valid File-Handle resource in
> /var/www/html/mail/horde/imp/compose.php on line 330
Could be the issue described as:
a. PHP interpretation for files matching "*.php"
AddType application/x-httpd-php .php
Note: The above instructions may not work if you have specified
PHP as an output filter with SetOutputFilter directive
in Apache 2.x versions. In particular, RedHat 8.0 Apache 2.x
RPMS have the output filter set, and MUST NOT have the above
AddType directive added.
Or it could be something else (like bad permissions, bad path for a tmp
path in php, etc).
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the imp
mailing list