[ic] Error with layout of the GUI for admin page.

root interchange-users@interchange.redhat.com
Fri Mar 8 17:39:00 2002


I am running:

RH7.2 - Upgraded from 7.1
Postgres 7.2
Perl 5.6.1.xx
Interchange 4.8.3

Below is an error I get when I click on any of the links in the admin 
page. None of the GUI buttons or headers come up. Admin seems so far to 
be funcional though.

I did download and install the CPAN Perl modules prior to installing the 
catalog.

Regards,

	SAR

www.samscards.net m:samscards.net - [08/March/2002:12:24:36 -0800] cards 
/cgi-bin/cards/admin/layout.html Safe: Can't locate DBI object method 
"do" via package "DBD::Pg::db" at 
/usr/lib/interchange/lib/Vend/Table/DBI.pm line 1178.
 >
 >
 >       my $db = $Db{area} || return;
 >       my $settor = $db->field_settor('sort');
 >       foreach ( @{ $Scratch->{area_sort} } ) {
 >               $settor->( @$_ );
 >       }
 >       delete $Scratch->{start_sort};
 >       return;
 >