Hey folks, I managed to get Koha mostly running one a single machine with a single IP address by using VirtualHosts and NameVirtualHosts in Apache. However, not everything works. Specifically, the Acquisitions and Circulation portions of the intranet give me Internal Server Errors. Examining Apache's error log gives me the following: If I attempt to go to circulation, I get: premature end of script headers in /home/httpd/cgi-bin/koha/circ/circulation.pl If I attempt to go to Acquisitions, I get 2 errors: Undefined subroutine &main::systemprefs called at /home/httpd/cgi-bion/koha/loadmodules.pl and Premature end of script headers: /home/httpd/cgi-bin/koha/loadmodules.pl I take it the premature end of script headers are the standard errors that happen when a web-script fails to produce a good page. The problem is that I don't know how to get more information than that. Has anyone seen this before? Thanks, Rob __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
On Wed, 25 Jul 2001, Robert Rickenbrode wrote:
However, not everything works. Specifically, the Acquisitions and Circulation portions of the intranet give me Internal Server Errors.
Examining Apache's error log gives me the following:
If I attempt to go to circulation, I get: premature end of script headers in /home/httpd/cgi-bin/koha/circ/circulation.pl
There is no other error that is coming just before this message?
If I attempt to go to Acquisitions, I get 2 errors: Undefined subroutine &main::systemprefs called at /home/httpd/cgi-bion/koha/loadmodules.pl and Premature end of script headers: /home/httpd/cgi-bin/koha/loadmodules.pl
Okay. The systemprefs subroutine is supposed to be in the Search.pm file in your C4 directory (mine is located in /usr/lib/perl5/C4/Search.pm). I'll e-mail you a copy of that file privately. Steve.
On Wed, 25 Jul 2001, Robert Rickenbrode wrote:
If I attempt to go to circulation, I get: premature end of script headers in /home/httpd/cgi-bin/koha/circ/circulation.pl
In your C4 directory again, do you have a Circulation subdirectory that contains a file called Circ2.pm? I'm wondering if you have an old C4 directory that doesn't have some of the changes I made recently. Steve.
participants (2)
-
Robert Rickenbrode -
Tonnesen Steve