[imp] IMP Attachment Problem
Eric Rostetter
eric.rostetter at physics.utexas.edu
Fri Feb 28 14:58:24 PST 2003
> Here's my current setup:
> RH 8.0
> Apache 2.0
> PHP 4.2
> Horde 2.1
> IMP 3.1
>
> Problem is when I attach a file and try to send it I get the following
> error messages:
>
> Warning: fopen("/tmp/impatt0qetAV", "rb") - No such file or directory in
> /var/www/html/horde/imp/compose.php on line 319
If you have
AddType application/x-httpd-php .php
in your /etc/httpd/conf/httpd.conf and also have
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
in your /etc/httpd/conf.d/php.conf then that is your problem, and you
should remove one of them (probably the first).
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the imp
mailing list