Sorry to reply to my own message, but I wanted to add that I also get the following errors in the koha log : [Wed Jul 16 13:01:10 2003] [error] [client 127.0.0.1] search.pl : / / / at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 52. [Wed Jul 16 13:01:10 2003] [error] [client 127.0.0.1] Q : Select id,file,isbn,title,author from marc_breeding where z3950random = "378733019.883843" at /usr/local/koha/intranet/modules/C4/Search.pm line 2429. [Wed Jul 16 13:01:10 2003] [error] [client 127.0.0.1] DBD::mysql::st execute failed: Unknown column 'z3950random' in 'where clause' at /usr/local/koha/intranet/modules/C4/Search.pm line 2431. [Wed Jul 16 13:01:10 2003] [error] [client 127.0.0.1] DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/local/koha/intranet/modules/C4/Search.pm line 2432. I imagine they may be related... Chris On Wed, 2003-07-16 at 12:05, Krzysztof Michalak wrote:
Hi,
I'm trying to get koha 2.0.0pre2 running. I got through the basic installation and even figured out a few of the bugs along the way (missing Event.pm, some hardcoded paths, etc). Now I run the processz3950queue deamon and try to add an acquisition using a z3950 ISBN search. However, I get a "Still ?? requests to go" message.
If I inspect the processz3950queue log file I see first a number of lines resembling :
Malformed UTF-8 character (1 byte, need 2, after start byte 0xd0) at /usr/local/koha/C4/Biblio.pm line 2265. Malformed UTF-8 character (1 byte, need 2, after start byte 0xd8) at /usr/local/koha/C4/Biblio.pm line 2266.
Then I get the following :
starting loop Library ==> at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 156. Processing isbn="0201648652" at Library (1 forks) Library ERROR: Can't call method "option" on an undefined value at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 157.
done.
To me it seems like the connection to the database failed (the option method is being called on $conn). In fact I did a bit of debugging and it seems (I could be wrong) that the servername, database, user, etc variables are never set correctly.
In the parameters, the z3950.loc.gov server is listed with the default values after installation. (checked =1)
Where did I go wrong?
Thanks,
Chris
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha