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

Peter <[email protected]> Mon, 13 Aug 2018 13:09:19 +1200
Newsgroups gmane.comp.web.interchange.users
Message-ID <[email protected]>
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