in reply to Re^13: weird Class::DBI::AbstractSearch problem
in thread Class::DBI::AbstractSearch and SpeedyCGI

There sometimes are bugs that don't show up when run under the debugger. These are very rare, and are a side-effect of the way the debugger instruments the code.

However, what's all this unreferenced scalar junk? This is making me think you have something wrong at a deeper level, and should consider recompiling your perl and DBI/DBD modules.

  • Comment on Re^14: weird Class::DBI::AbstractSearch problem

Replies are listed 'Best First'.
Re^15: weird Class::DBI::AbstractSearch problem
by zigdon (Deacon) on Oct 30, 2005 at 04:59 UTC
    I just saw your reply, but as it turns out, you were right. I think the DBI was compiled again 5.8.0 (which is apparently bad news). Recompiled against 5.8.3, and everything just suddenly worked. Thanks for holding my hand with this!

    -- zigdon