Re: Problem with set_sql in Class::DBI::Loader::mysql
- From: "Eden Cardim" <edencardim@xxxxxxxxx>
- Date: 28 Mar 2006 04:41:23 -0800
stephane.kattoor@xxxxxxxxx wrote:
Very same problem here, trying to build an application with Catalyst
... Any perl guru with a good hint ?
I figured it out. For some reason, the modules aren't loading in the
correct order, I didn't have time to delve deeper into the module code.
So I tried loading them manually and it ended up working. So, start
your code with this:
use Class::DBI::Loader;
use Class::DBI::mysql;
use Class::DBI::Loader::mysql;
and everything should go fine.
.
- References:
- Problem with set_sql in Class::DBI::Loader::mysql
- From: Eden Cardim
- Re: Problem with set_sql in Class::DBI::Loader::mysql
- From: stephane . kattoor
- Problem with set_sql in Class::DBI::Loader::mysql
- Prev by Date: Problem around bignum
- Next by Date: Re: 533: error: syntax error before "void"
- Previous by thread: Re: Problem with set_sql in Class::DBI::Loader::mysql
- Next by thread: compiling/add modules when no root access
- Index(es):
Relevant Pages
|
|