Re: connection() dispatch
[prev]
[thread]
[next]
[Date index for 2005/07/06]
On Wed, Jul 06, 2005 at 03:50:15PM +0100, webmaster@xxxxxxx.xxx wrote:
> Can't locate object method "connection" via package "Unicorn::DBI" at ...
The usual reasons for this are that
1) you're copied the package name wrongly if you're specifiying it
explicitly, rather than just using __PACKAGE__->connection,
2) You haven't correctly inherited from Class::DBI
3) You're using an old version of Class::DBI that doesn't wants the old
set_db call instead.
Tony
|
|
Re: connection() dispatch
Tony Bowden 14:54 on 06 Jul 2005
|