Quote:
Originally Posted by Sigger
Yea, that's what I figured at first as well. However the form works, it just results in a 404 when it exceeds a certain character limit for some reason, which doesn't match up with any limits on the forum.
|
And what is the point at which this happens? How many characters?
If you're running php as fcgi, it could be a setting there too (FcgidMaxRequestLen, FcgidMaxRequestsPerProcess or several others)
The 404 not found error could be your error page that should be displayed is not being found for some reason. Check your server logs for why the 404 error is showing up.