[ic] continuing runtime error -- Can't locate object method "single" via package "Vend::Table::GDBM"

Peter peter at pajamian.dhs.org
Mon Aug 13 01:09:19 UTC 2018


On 11/08/18 10:00, Davideth wrote:
> 164.213.14.124 rF25JMhP:164.213.14.124 - [09/August/2018:12:30:43 -0500]
> paradevi /~paradevi/cgi-bin/cart.cgi/ord/shipmode Runtime error: Can't
> locate object method "single" via package "Vend::Table::GDBM" at
> /usr/local/interchange/lib/Vend/Ship.pm line 466.

It's attempting to access the "state" table with the single() db method.
 This method is only available to DBI tables (SQL tables) and state is
by default an SQL table.  Did you change it to GDBM at some point?  Why?


Peter



More information about the interchange-users mailing list