[ic] Beginner Question

Davor Ocelic docelic at mail.inet.hr
Tue Sep 12 17:07:27 EDT 2006


On Tue, 12 Sep 2006 14:57:39 -0500
Cesáreo García Rodicio <cesareo at cesareox.com> wrote:

> > Take a look at INTERCHANGE/error.log too, where you can see
> > global errors.
> 
> 127.0.0.1 3YwZe25r:127.0.0.1 - [12/September/2006:14:46:49 -0500]
> standard /cgi-bin/standard Runtime error: Can't locate object method
> "dbh" via package "Vend::Table::GDBM" at (tag 'scratch') line 137.
>
> So, it seems to be a problem with Can't locate object method "dbh" via
> package "Vend::Table::GDBM" ? What is that?

On your command line, run:

  /usr/local/bin/perl -MGDBM_File -e 1     

If the command exits without an error message, we'll look further.
If it exits with an error message (about being unable to find
GDBM_File), then you need to install that Perl module.



More information about the interchange-users mailing list