[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Odd Apache mod_perl behavior


On Thu, 2006-08-10 at 10:14 -0700, Mon-Chaio Lo wrote:
> What we're finding is that the request will fail at the
> $request->param() line.  It doesn't seem to die, given that we don't
> get a 500 back, but if we put Log4perl warnings before and after that
> line we see that it doesn't progress past that line.

That usually means you are trying to read POST data that has already
been read.  Maybe you already called Apache::Request elsewhere?  You can
usually use the instance() method to deal with this, or stash the data
in pnotes().

- Perrin


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.