Re: DBI errors with create_from_cgi ?
[prev]
[thread]
[next]
[Date index for 2004/05/19]
On Wed, May 19, 2004 at 06:58:54PM -0400, Perrin Harkins wrote:
>
> It means there's an endless loop somewhere in the code. If it were in
> Class::DBI->create() it probably would have been seen before, so I'm
> guessing it's in the create_from_cgi() code. You can probably debug it
> by going through that code in the debugger or adding logging statements
> to it.
Ye gods, but that is some hard code! Perhaps I'll sleep for a week
and then give it a try.
> You might want to double-check that the arguments you're passing
> to create_from_cgi() are really what you think they are.
I did that first; the arguments are right.
Thanks.
JTS