This is the error message. (in 3.2) Software error: Can't call method "fields" on an undefined value at /usr/share/koha/opac/cgi-bin/opac/opac-authoritiesdetail.pl line 119. The above error message was generated by clicking on a link that appears at the top of the authority record when viewed in the OPAC using 'Browse by subject'. The URL for the catalogue is http://catalogue.efdss.org/ if you want to test it out for yourself. To see a list of terms with 260 fields type in 'not used' as the main entry heading under Browse by subject. The link also appears at the top of authority records in the staff interface with the same result. We have created reference records as a work around for the fact that search authorities/ browse by subject does not search the 4XX see from fields. The control number for the authority record is in 260 $0, and I assumed this was the link. But when I mouse over the link it says http://catalogue.efdss.org/cgi-bin/koha/opac-authoritiesdetail.pl?authid= Which makes me think it's not linking properly. Before I file a bug report I thought I'd check the collective wisdom to see if there's something I need to do on our end. -- Elaine Bradtke Data Wrangler VWML English Folk Dance and Song Society | http://www.efdss.org Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY Tel +44 (0) 20 7485 2206 ext 36 -------------------------------------------------------------------------- Registered Company No. 297142 Charity Registered in England and Wales No. 305999 --------------------------------------------------------------------------- "Writing about music is like dancing about architecture" --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
On 22/02/11 10:26, Elaine Bradtke wrote:
This is the error message. (in 3.2) Software error:
Can't call method "fields" on an undefined value at /usr/share/koha/opac/cgi-bin/opac/opac-authoritiesdetail.pl line 119.
Its a software bug in that the code isn't checking that its got a record before asking for its contents. Typically this may occur when your indexes are out of date in respect of the database, the key for the record is still in the zebra index but when the script tries to pull said record from the db there's nothing (the undefined value) there. Cheers Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 845 557 5634 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (2)
-
Colin Campbell -
Elaine Bradtke