Z3950 problems with fresh install of Koha 2.0.0RC3
Hello, I'm new to this and trying to set up for a very small private library. I can't seem to get the Z3950 daemon to function. If I look at the koha/log directory I see errors in the koha-error.log file like this: [Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] search.pl : / / / at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 52. [Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] NO RANDOM at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 59. [Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] DBD::mysql::st execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /usr/local/koha/intranet/modules/C4/Search.pm line 2479. [Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/local/koha/intranet/modules/C4/Search.pm line 2480. and the z3950-daemon-20040201-1532.log file looks like: starting loop starting loop starting loop starting loop starting loop starting loop starting loop starting loop starting loop Any thoughts on how to get this working? Thank you! -Will PS: I'm using freeBSD 5.2 release.
William Holt wrote:
Hello,
I'm new to this and trying to set up for a very small private library. I can't seem to get the Z3950 daemon to function.
If I look at the koha/log directory I see errors in the koha-error.log file like this:
[Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] search.pl : / / / at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 52.
ok, this is a developper warning. Has been removed in CVS.
[Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] NO RANDOM at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 59.
idem.
[Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] DBD::mysql::st execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 at /usr/local/koha/intranet/modules/C4/Search.pm line 2479. [Thu Feb 05 08:48:35 2004] [error] [client 63.249.85.174] DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/local/koha/intranet/modules/C4/Search.pm line 2480.
you probably forgot to enter an author, a title or an isbn BEFORE clicking on z3950 search. 2 notes : * yes i agree it should be checked and not return an error. Enter a major bug in bugs.koha.org pls. * yes it's poor that the isbn/title entered the screen before is not kept. Enter a normal bug in bugs.koha.org Let me know if it helps. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
paul POULAIN -
William Holt