[Koha] Software error

2012-02-01 Thread Perch
This message appears in various situations. Checking items out/in, adding a new issue to an existing subscription and so on. Software error: Can't call method subfield on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 3008. For help, please send mail to the webmaster

Re: [Koha] Staged marc import and 952 field

2011-11-07 Thread Perch
The current Koha version we're running is 3.04.04. The data is originally from version 2.xx. So if I understood correcly, the Koha still has 952 field, but it's hidden in later versions? I think I'll need to have a look at marcedit and hopefully I'll be able to modify the 952 so that the 3.04.04

[Koha] Staged marc import and 952 field

2011-11-03 Thread Perch
I imported a number of marc records from an older Koha system using staged marc import tool. For some reason the 952 field doesn't get imported. Here's an example of what a typical 952 field looks like: 952 | y0 | p1214 | q0 | 00 | u1228 | dMAIN | 10 | k9 BUS | 2010 - 01 - 15 | bMAIN I also

Re: [Koha] Staged marc import and 952 field

2011-11-03 Thread Perch
I made a little mistake in posting, it should have been: 952 | y0 | p1214 | q0 | 00 | u1228 | dMAIN | 10 | k9 BUS | v2010 - 01 - 15 | bMAIN i.e. 2010 - 01 -15 is in subfield v Looking at the records vs. Koha's 952 subfields it seems that some information is in the wrong subfields (d should

[Koha] Best way to import marc files

2011-10-31 Thread Perch
I have several marc files that I need to import to Koha. What is the best way to do this? I would also like to have Koha automatically add one item for each bibliographic record in these marc files. The marc files contain only one type of items each (i.e. cd's, dvd's, books and so on are in

Re: [Koha] 403 error with Koha 3.4.4

2011-09-08 Thread Perch
I got 403 error fixed by commenting out the following two lines from httpd.conf: Directory / Options FollowSymLinks AllowOverride None #Order deny,allow #Deny from all /Directory They seem to be the ones causing virtual hosts not to work. There's another problem now, but I'll

[Koha] 3.4.4. woes continue... :(

2011-09-08 Thread Perch
This is what 3.4.4 throws on me when I try to access the Koha intranet: Software error: syntax error at /usr/share/koha/lib/C4/Search.pm line 497, near $data ~ syntax error at /usr/share/koha/lib/C4/Search.pm line 498, near }- syntax error at /usr/share/koha/lib/C4/Search.pm line 498, near ++;

Re: [Koha] 3.4.4. woes continue... :(

2011-09-08 Thread Perch
My Perl version is 5.8.8 -- View this message in context: http://koha.1045719.n5.nabble.com/3-4-4-woes-continue-tp4781863p4781935.html Sent from the Koha - Discuss mailing list archive at Nabble.com. ___ Koha mailing list http://koha-community.org

Re: [Koha] 3.4.4. woes continue... :(

2011-09-08 Thread Perch
So that will mean a complete system upgrade for me.. Oh bugger... -- View this message in context: http://koha.1045719.n5.nabble.com/3-4-4-woes-continue-tp4781863p4781951.html Sent from the Koha - Discuss mailing list archive at Nabble.com. ___ Koha

[Koha] 3.4.4 Perl upgrade/rebuilding perl-modules

2011-09-08 Thread Perch
I upgraded my Perl (compiled a new version from source) from 5.8.8 to 5.14.1, because evidently Koha 3.4.4 needs a newer version of Perl than 5.8.8. Now I'm having problems getting some of the required CPAN modules to install. First of all: HTTP::OAI wants a newer version of XML::SAX::Base. I

Re: [Koha] 403 After Upgrade (Fwd: [Koha Library Software Community] Comment: Koha 3.2.2 is now available)

2011-09-07 Thread Perch
I have this problem with koha 3.4. I don't think it's to do with file permissions, but rather apache configuration. Does anyone have an idea how this could be fixed? -- View this message in context:

Re: [Koha] 403 error with Koha 3.4.4

2011-09-07 Thread Perch
I've put them in pastebin: Here's httpd.conf: http://pastebin.com/8Wy07Vns It's pretty much unchanged, except for the servername (which I removed from pastebin, but it's set) and the inclusion of the koha-httpd.conf. koha-httpd.conf is here: http://pastebin.com/tQKC0Sfj Apache runs as

[Koha] DateTime version problem

2011-09-02 Thread Perch
I'm doing a new Koha 3.04.04 installation, but I'm having problems getting the DateTime perl module to work. CPAN seems to give me version 0.70 (Running make for D/DR/DROLSKY/DateTime-0.70.tar.gz...), but Makefile.PL insists that it's version 0.4304 (Warning: prerequisite DateTime 0.51 not found.