[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GT] Re: Re: Re: DBI and Mysql problems



I don't know about the documentation, but please look at the code of Eval.pm around where your call fails. You will see that it used DB::module... Th.

Tielman Esterhuizen wrote:
Thanks Thomas.

You're right DB::module is not set, but as far the documentation states this is only used when using a Text file as datasource - I'm using a mysql db.

Kind regards,
Tielman

Thomas Weigert wrote:
>From the error message you are trying to load a module with an empty name, see below. So you want to examine what module it is trying to load and try to understand why the name is empty. I would guess that you did not define DB::module in your options file which tells what data base module to use to load your data....

Th.

Tielman Esterhuizen wrote:
Use of uninitialized value in concatenation (.) or string at ../GT/Eval.pm line 87.
Can't locate GT/DB/.pm in @INC (@INC contains: .. /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 28) line 1.