From chris@katipo.co.nz Tue May 3 12:35:05 2005 Return-Path: <chris@katipo.co.nz> Delivered-To: chris@wilbur.katipo.co.nz Received: (qmail 24839 invoked from network); 3 May 2005 00:35:05 -0000 Received: from unknown (HELO shelob.katipo.co.nz) (202.50.109.222) by wilbur.katipo.co.nz with SMTP; 3 May 2005 00:35:05 -0000 Received: by shelob.katipo.co.nz (Postfix, from userid 1001) id A6F8B8478E; Tue, 3 May 2005 12:35:05 +1200 (NZST) X-Original-To: chris@katipo.co.nz Delivered-To: chris@katipo.co.nz Received: from localhost (localhost [127.0.0.1]) by shelob.katipo.co.nz (Postfix) with ESMTP id D43177C36E; Tue, 3 May 2005 12:34:59 +1200 (NZST) Received: from shelob.katipo.co.nz ([127.0.0.1]) by localhost (staff.katipo.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17084-01; Tue, 3 May 2005 12:34:59 +1200 (NZST) Received: from daddy-mx.katipo.co.nz (daddy.katipo.co.nz [202.50.109.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shelob.katipo.co.nz (Postfix) with ESMTP; Tue, 3 May 2005 12:34:59 +1200 (NZST) Received: from localhost (localhost.katipo.co.nz [127.0.0.1]) by daddy-mx.katipo.co.nz (Postfix) with ESMTP id F2CAFE6EF2; Tue, 3 May 2005 12:32:43 +1200 (NZST) Received: from daddy-mx.katipo.co.nz ([127.0.0.1]) by localhost (daddy.katipo.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28196-05; Tue, 3 May 2005 12:32:42 +1200 (NZST) Received: from localhost.katipo.co.nz (localhost.katipo.co.nz [127.0.0.1]) by daddy-mx.katipo.co.nz (Postfix) with ESMTP; Tue, 3 May 2005 12:32:42 +1200 (NZST) Received: from localhost (localhost.katipo.co.nz [127.0.0.1]) by daddy-mx.katipo.co.nz (Postfix) with ESMTP id A5BDBE6E61 for <koha@lists.katipo.co.nz>; Tue, 3 May 2005 12:32:37 +1200 (NZST) Received: from daddy-mx.katipo.co.nz ([127.0.0.1]) by localhost (daddy.katipo.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27410-10 for <koha@lists.katipo.co.nz>; Tue, 3 May 2005 12:32:36 +1200 (NZST) Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by daddy-mx.katipo.co.nz (Postfix) with SMTP for <koha@lists.katipo.co.nz>; Tue, 3 May 2005 12:32:36 +1200 (NZST) Received: from unknown (HELO ?192.168.1.242?) (victormagnus@24.149.60.215 with plain) by smtp105.mail.sc5.yahoo.com with SMTP; 3 May 2005 00:34:48 -0000 Mime-Version: 1.0 (Apple Message framework v728) Content-Transfer-Encoding: 7bit Message-Id: <3C8FA863-2A33-448F-83DE-5EB850509AF4@DigitalCitadel.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Koha <koha@lists.katipo.co.nz> From: Thomas Johnson <TJohnson@DigitalCitadel.net> Date: Mon, 2 May 2005 20:34:41 -0400 X-Pgp-Agent: GPGMail 1.1 (Tiger) X-Mailer: Apple Mail (2.728) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at katipo.co.nz Subject: [Koha] Koha 2.2.2b Question X-BeenThere: koha@lists.katipo.co.nz X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion list for the Koha Library system <koha.lists.katipo.co.nz> List-Unsubscribe: <http://lists.katipo.co.nz/mailman/listinfo/koha>, <mailto:koha-request@lists.katipo.co.nz?subject=unsubscribe> List-Archive: <http://lists.katipo.co.nz/pipermail/koha> List-Post: <mailto:koha@lists.katipo.co.nz> List-Help: <mailto:koha-request@lists.katipo.co.nz?subject=help> List-Subscribe: <http://lists.katipo.co.nz/mailman/listinfo/koha>, <mailto:koha-request@lists.katipo.co.nz?subject=subscribe> Sender: koha-bounces@lists.katipo.co.nz Errors-To: koha-bounces@lists.katipo.co.nz X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at katipo.co.nz X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at katipo.co.nz X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on shelob.katipo.co.nz X-Spam-Level: X-Spam-Status: No, hits=-2.5 required=5.0tests=BAYES_00,HOT_NASTY autolearn=no version=3.0.2 Status: RO Content-Length: 1088
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I recently upgraded a Koha installation to 2.2.2b and found the following problem. When a record has a notes field populated the server generates the following error: [Sat Apr 30 11:43:14 2005] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /usr/local/koha/opac/cgi-bin/opac-detail.pl needless to say the page does not display and you are given a 500 error in it's stead. I fixed the error by commenting out line 58 in opac-detail.pl. Has anyone else had this problem? I don't believe that this will cause any errors but I was planning on doing some more investigating this weekend to see if there is any functionality I removed and how to fix it if I did break anything. Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFCdsclb8I+6XA4qcYRAruKAKCA/F1J3bFIkmnddTTTdAUMMTm+vQCfQaHF XgLYSh7YW2L+h9w3T4HuFWA= =9O2Y -----END PGP SIGNATURE----- _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha