
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] (no subject)
I get a 500 Internal Server Error. The interchange log shows the following:
216.111.193.94 8Uy5223D:216.111.193.94 - [26/October/2001:11:33:16 -0400]
foundation /cgi-bin/foundation/admin/index.html Runtime error: ichelp import
failed: sdbm store returned -1, errno 22, key "kshipping.main" at
/usr/local/interchange/lib/Vend/Table/Common.pm line 384, <IN> line 4.
>
The Common.pm file in question shows this code starting at line 377:
sub stuff_row {
my ($s, @fields) = @_;
my $key = $fields[$s->[$KEY_INDEX]];
$fields[$s->[$KEY_INDEX]] = $key = $s->autonumber()
if ! $key;
$s->filter(\@fields, $s->[$COLUMN_INDEX], $s->[$CONFIG]{FILTER_TO})
if $s->[$CONFIG]{FILTER_TO};
$s->[$TIE_HASH]{"k$key"} = join("\t", map(stuff($_), @fields));
return $key;
}
Have come up with little answers in the archieves on this.
This is the first time I have done a tar install. This is on a redhat 7.1,
interchange-4.8.2.
I am just trying to get the foundation store up and running as a demo site.
Any Ideas?
Thanks,
Rick Eicher II
Permain Basin Online
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users