[ic] catalog working, no admin/login, unable to checkout

Peter peter at pajamian.dhs.org
Sun Sep 11 23:54:31 UTC 2011


On 12/09/11 11:13, IC Support wrote:
> OK, so I now have a test cat FULLY working and MY cat is running in admin
> area. I had to remove the .gdbm and .sql files from products folder. I was
> able to get into the user frontend after doing this, place an order, log in,
> complete the order, view the receipt, then when going to home page or any
> other page it resulted in "Internal server error". My cat error log has this
> (and always seemed to have this error):
> 
> 74.117.242.45 cnXuas58:74.117.242.45 - [11/September/2011:17:47:02 -0400]
> fts1 /cgi-bin/fts1/index.html Runtime error: Can't locate object method
> "func" via package "DBI::db" at
> /usr/local/perl-5.12.4/lib/site_perl/5.12.4/x86_64-linux/DBD/mysql.pm line
> 227.

You're trying to access a table from a Safe compartment without properly
opening the table first.  Figure out which table it is and then open it
properly first.  One of the easiest ways to do this is to add something
like this to catalog.cfg:

AutoLoad <<EOA
[perl tablename][/perl]
EOA



Peter



More information about the interchange-users mailing list