Thanks, The perl script worked for one record - but no other ones. Sunwing . the OPAC is at http://osls.cs.up.upei.ca Is there a "required field" or invalid character tripping this? F. Grant Johnson Systems Coordinator Robertson Library University of Prince Edward Island
On Mon, Aug 6, 2007 at 11:42 AM, in message <46b7333c.Gv2x6dg/OrqvjKpI%mjr@phonecoop.coop>, MJ Ray <mjr@phonecoop.coop> wrote: "Grant Johnson" <fgjohnson@upei.ca> wrote: Here's the error I get running on the command line. Am I missing a library? or is this one of the Mysql issues on Etch.....
If you're testing a script from the command line, you need to tell perl where the Koha modules live, with either perl -I /path/to/koha/intranet/modules script.pl or export PERL5LIB=/path/to/koha/intranet/modules # before running perl
BUT!
Except if I try to add a Biblio with a Z39.50 search(works) and click the "Add record" button I get prompted to save the .pl file.
It doesn't execute on the server.
this is some Apache configuration error. Check that you have cgid.conf and cgid.load in /etc/apache2/mods-enabled and if not, try a2enmod cgid && /etc/init.d/apache2 reload but I don't remember the exact solution.
Hope that helps,