Hi, Sorry to post this here as I'm not familiar with bugzilla and how to find if this is a bug and/or was already posted... When using the OPAC, I can search for an item and when the results come up, I can click on the item (which links to: http://opac/cgi-bin/koha/opac-detail.pl?bib=27) and it will give me details on the item. However, using the same in INTRANET, after the search results comes up and I click on the item (http://intranet/cgi-bin/koha/MARCdetail.pl?type=intra&bib=27) the results is a: 500 Internal Server Error. The error in the log says: Field XXX must have at least one subfield at /usr/lib/perl5/site_perl/5.6.1/MARC/Record.pm line 591 [] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /var/www/vhost/koha/intranet/cgi-bin/MARCdetail.pl Notes: I'm using version 2.0.0pre2 which was upgraded from version 1.2.3 by running the koha.upgrade script. Initially the system did not work because during the upgrade the old /etc/koho.conf was not upgraded to include the lines: intrahtdocs=/var/www/vhost/koha/intranet/htdocs/intranet-tmpl opachtdocs=/var/www/vhost/koha/opac/htdocs/opac-tmpl So I moved the old install directories and installed from scratch but used the old MySQL database since I don't want to toy with moving the data anymore. Thanks for any info! God bless you. William -- William Villanueva http://www.purity.ph PGP key ID 0xDF608588 Registered linux user #179111 ==================================================
William Villanueva wrote:
Field XXX must have at least one subfield at /usr/lib/perl5/site_perl/5.6.1/MARC/Record.pm line 591 [] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /var/www/vhost/koha/intranet/cgi-bin/MARCdetail.pl
This problem is usually caused by a old MARC::Record package. Update your.
Notes: I'm using version 2.0.0pre2 which was upgraded from version 1.2.3 by running the koha.upgrade script. So I moved the old install directories and installed from scratch but used the old MySQL database since I don't want to toy with moving the data anymore.
The true problem is here probably. the MARC data is NOT populated by upgradetadabase script. It's one major thing that is missing in 2.0.0preX (& i'm waiting for a volunteer to do the script...)
God bless you.
thanks. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
paul POULAIN -
William Villanueva