[dev] Re: [cvs] commit: ansel image.php ansel/docs TODO

Johan FISCHER linux at fischaz.com
Sat Nov 22 11:13:25 PST 2003


I had this error with an apache2-PHP4 on a redhat 8 platform.

It was du to a misconfiguration of apache which limited the size of an upload
file (different from the PHP conf parameter).

Here are the apache2 the options
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
#    LimitRequestBody 524288
</Files>

With th limitrequestbody uncommented, i had the same error as you.

Maybe it will help you a bit

Johan.

Quoting Chuck Hagenbuch <chuck at horde.org>:

> Quoting Ben Chavet <ben at chavet.net>:
>
> > I can't seem to make this work.  I haven't looked at the code yet, but are
> > you supposed to be able to just put a zip file in the upload form?  All I
> get
> > is a popup from mozilla saying 'The document contains no data'.  Any ideas?
>
> It probably requires gzip (zlib) support in PHP.
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck at horde.org>
> "I'm really... I'm not too fascinated by green food." - Average Joe
>
> --
> Horde developers mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe at lists.horde.org
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1018 bytes
Desc: PGP Public Key
Url : http://lists.horde.org/archives/dev/attachments/20031123/2811914f/attachment.bin


More information about the dev mailing list