Right. I've found it.
The problem was an error in php.ini. I had the following line

post_max_size = 20M  #commnent

and this is obviously incorrect because comments start with ;

I don't know how but php was reading it bad and post forms weren't working,
specially forms with long content.
Maybe PHP should treat these format errors more cautiously.

Everything is back to normal now.

Bye.


[EMAIL PROTECTED] wrote:

> 
> 
> Hi,
> 
> the error_log file shows the following message:
> 
> PHP Warning:  Unknown(): Actual POST length does not match Content-Length,
> and exceeds 20 bytes in Unknown on line 0
> 
> and I have a php application not working properly and it looks like it may
> be caused by something related to this error. The symptons are post fields
> not reaching the destination page, or receiving corrupted data.
> 
> Anyone knows what it means and how to solve it?
> 
> Using Suse Linux 8.2, apache 2.0.46 and php 4.3.1 (i've also tested with
> 4.3.3). It happens with Mozilla and IE.
> 
> The same application in a SUSE 9.0 box, php 4.3.3 and apache 2.0.48, works
> ok.
> 
> Thanks,
> 
> Valentí Jové

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to