Raphael Ferguson wrote:
[...]
but after the request, the POSTed values never show up
in the param() of CGI.pm or Apache::Request. GET requests names and
values work, but not POST. These POSTed values are very small, but
just in case I set MaxPostSize in httpd.conf to 10240. That didn't
help either. There is no evidence of this problem in the error log.

Smells like either a disk space shortage problem. Or inability to find the TMP directory. Try defining TMPDIR env var before starting the server and see if it makes any difference. But I could be wrong. It's the easiest to add print statements or step through with debugger to see what's going wrong. Unfortunately none of these modules have a proper debug framework which can be enabled to make the debug easier.



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to