-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I had been evaluating Koha for a few weeks now, and I haven't really touched it for a little over a week because of work. I had installed 1.2.1 fresh then, and was getting an error. When I recently came back to continue testing and evaluating (and debugging), I thought installing 1.2.2RC3 might fix my problem, so I installed all the .pl files from 1.2.1RC3, and it didn't seem to help. 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? Tom Albrecht III - -- Download my GnuPG public key http://taz.cs.wcupa.edu/~talbrech/copperhead.asc Download GnuPG at http://www.gnupg.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9M1LqEBkclKlERsURAtehAJ9N/v/vCYPh7uwbkPvEVnnxcdkZJACffCda 5MVJjJvOgnWiNtB8zO5SfEo= =N1NE -----END PGP SIGNATURE-----
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.
participants (2)
-
Tom Albrecht -
Tonnesen Steve