[imp] Send returns blank compose window
Brecht Wyseur
sysadmin@langemark-poelkapelle.be
Thu, 2 May 2002 01:43:49 +0200
>
> Using RC2, RH 7.2, apache .24, php 4.1.2.-7, uw imap 2001
>
> With either a new message or replying, when I click on send message, I
> just receive a blank compose window back. Looking in the apache logs, a
> post is performed, but all the values are blank and the mail doesn't
> seem to be sent.
>
> I'm sure something's misconfigured, anyone have an idea where to start
> looking?
>
> Steve Cochran
>
>
You've got to enable file uploading in your php.ini
file_uploads = On
or in your httpd.conf:
php_admin_value file_uploads 1
I hope it works now.
If not, be sure you disable safe mode and so
Greetz,
Brecht
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>