Re: $DBI::errstr == (no error string)



On Fri, Dec 23, 2005 at 11:19:30AM -0800, Aaron Turner wrote:
>
> DBI connect('database=******;host=******;port=5432','muuser',...)
> failed: (no error string) at /var/www/html/mulder/lib/Mu/DBI.pm line 63

> Other then upgrading my Apache to 2.2.0 (which seems a bit overkill
> and a PITA due to all the extra modules I'm using) how can I debug
> this to figure out why DBI is barfing?

Try using a higher level of DBI trace, such as DBI->trace(15), before
the connect call.

Tim.
.