On Fri, 21 Jun 2002, Shane Williams wrote:
I also get server errors on request.pl and modbib.pl. Here are the relevant lines from my koha-error.log:
[Fri Jun 21 15:14:47 2002] [error] [client 128.83.248.24] Premature end of script headers: /home/httpd/koha/cgi-bin/request.pl Not enough arguments for C4::Output::startmenu at /home/httpd/koha/cgi-bin/modbib.pl line 29, near "()" Execution of /home/httpd/koha/cgi-bin/modbib.pl aborted due to compilation errors. [Fri Jun 21 15:14:58 2002] [error] [client 128.83.248.24] Premature end of script headers: /home/httpd/koha/cgi-bin/modbib.pl
modbib.pl was fixed yesterday during the work merging rel-1-2 and main branches. The startmenu() function was being called without the 'catalogue' parameter. This fix is _NOT_ in the 1.2.1 release candidate! I'm not sure about request.pl, as not enough of the error log is included above to determine what the error was with request.pl. Shane, can you pass along a few more lines before the one that says "Premature end of script headers: /home/httpd/koha/cgi-bin/request.pl"? request.pl suffered from the same startmenu() problem as modbib.pl, so it is likely that it is the same problem, and it was also fixed by me yesterday. This fix is also _NOT_ in the 1.2.1 release candidate. Steve.