--- Klaus_Kaiser_Apolinário <[EMAIL PROTECTED]> wrote: > This is my log erros, I`ve changed my POST_MAX_SIZE in the php.in, > and this value is constant. > > Unknown(0) : Warning - Unknown(): POST Content-Length of 215 bytes > exceeds the limit of -1048576 bytes
That looks like overflow of some sort, since it is thinking the limit is negative. Try setting your POST_MAX_SIZE to something smaller, like a million or less, and see if you get different results. Hope that helps. Chris ===== Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php