[Koha] Hash Error

Tonnesen Steve tonnesen at cmsd.bc.ca
Tue Jul 16 16:23:31 NZST 2002


On Mon, 15 Jul 2002, Tom Albrecht wrote:

> Here's my issue... I installed Koha, and the sample data.  When I go to
> the OPAC screen a search on "book", I get a whole bunch of
> "HASH(0x840da9c)" statements (with different values).  Am I doing
> something incorrect?

You are most likely using the old modules (located in the C4 directory).
The old Search.pm module returned a tab separated list of info about each
book, the new module returns a hash containing all available info about
each book. The old scripts won't work with the new modules and vice versa.
The 1.2 series now comes with a "koha.upgrade" that automates this task.


The standard install also now puts the C4 directory in the intranet
directory instead of in the perl path.  We use a SetEnv directive in
apache to set the "PERL5LIB" environment variable to point to the
intranet/modules directory to find the C4 directory.


Steve.




More information about the Koha mailing list