koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1595] New: adding new biblio fails with Premature end o


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1595] New: adding new biblio fails with Premature end of script headers: addbiblio.pl
Date: Sat, 17 Nov 2007 11:51:53 -0800 (PST)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1595

           Summary: adding new biblio fails with Premature end of script
                    headers: addbiblio.pl
           Product: Koha
           Version: 2.2.9
          Platform: PC
        OS/Version: Linux - Debian
            Status: NEW
          Severity: blocker
          Priority: P3
         Component: Acquisitions (Simple)
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


Adding a new dummy biblio (simple acquisition) with an out-of-the-box-config
(thoroughly configered according to the accessible recommendations) of Koha
2.2.9 throws APACHE-error 500 "Error message: Premature end of script headers:
addbiblio.pl";

while mysql-log says: "Query       insert into biblio set biblionumber  = '2',
title = 'title test 2', author = NULL, copyrightdate = NULL, serial = NULL,
seriestitle = NULL, notes = NULL, abstract = NULL, unititle = NULL";
and koha.log sees: "Premature end of script headers: addbiblio.pl, 
referer: http://library.drfz.de/cgi-bin/koha/acqui.simple/addbiblio.pl";;

and APACHE-log woes:
"Q2 : select distinct m1.bibid from biblio,biblioitems,marc_biblio,marc_word as
m1,marc_word as m2 
where biblio.biblionumber=marc_biblio.biblionumber and
biblio.biblionumber=biblioitems.biblionumber 
and m1.bibid=marc_biblio.bibid 
and (m1.bibid=m2.bibid) 
and ((m1.word  like 'title' 
and m1.tagsubfield in ('245a'))
and (m2.word like 'test' 
and m2.tagsubfield in('245a'))) 
order by biblio.title ASC term 
is  title test 2 
at /usr/local/koha/intranet/modules/C4/SearchMarc.pm line 274.
Arguments must be MARC::Field object at
/usr/local/koha/intranet/modules/C4/Biblio.pm line 1440"

My setup is:
Koha version2.2.9
OS version Linux 2.6.15-26-server #1 SMP Fri Sep 8 21:00:37 UTC 2006 i686
Ubuntu Server 6.06LTS
Perl version5.008007
MySQL version mysql Ver 14.7 Distrib 4.1.15, for pc-linux-gnu (i486) using
readline 5.1 

Since there is no "customizing" is done by me at all and everything else runs
fine i'm lost in fog...
Best regards
Hilmar




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]