Hello Chris, thanks for responding so quickly. Yes, the daemon is running. I run "ps -ef | grep z3950" and get: www-data 30068 1 0 01:38 pts/2 00:00:00 su -c /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-shell.sh - www-data www-data 30069 30068 0 01:38 pts/2 00:00:01 /usr/bin/perl /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue /usr/local/koha/log www-data 31749 10502 99 03:18 ? 00:00:01 /usr/bin/perl /usr/local/koha/intranet/cgi-bin/z3950/search.pl "Still ?? requests to go" is exactly the error I'm getting. But it appears that I am running the daemon. thanks for your help. -Matthew Chris Cormack wrote:
Matthew Metzger wrote:
I'm having the same problems after updating to 2.2.6. I feel as I've also tried everything, but with no success. Any help with this would be greatly appreciated.
Is the z3950 daemon running? Thats always the first thing to check.
From here
http://www.kohadocs.org/usersguide/ch04s02.html
"There are several factors that can make the Z39.50 search fail at this point. First, you must have your browser set to allow pop-up windows from your Koha server. The window is actually opened to begin the search by a JavaScript, so your browser should also have JavaScript enabled. Finally, if you keep getting the "Still ?? requests to go" message over and over, your system administrator probably has not started the Z39.50 daemon using the koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh script. (If you are using a RedHat operating system and have problems starting the daemon, see the "User comments" at the end of this section.)"
Hope this helps
Chris