Hi All Courtesy of some hard work by Steve, there is a new release candidate available for download. http://developer.koha.org/koha-1.2.1RC2.tar.gz This is a release candidate only. And not for production systems. Any testing is much appreciated. Bug reports can be made at bugs.koha.org. Or on this list. Chris -- Chris Cormack chris@katipo.co.nz Programmer 025 500 789 Katipo Communications www.katipo.co.nz
I downloaded and installed the RC. This time I used the installer.pl script (there should be a pointer to this in the INSTALL file). One minor problem is that at the end of installer.pl, when it asks if you want to restart the webserver. Regardless of response, it goes ahead and restarts anyway. So far the only big problem I've found is that updatebiblio.pl bails out with the following error message in koha-error: Not enough arguments for C4::Output::startmenu at /usr/local/koha/intranet/cgi-bin/updatebiblio.pl line 50, near "()" Execution of /usr/local/koha/intranet/cgi-bin/updatebiblio.pl aborted due to compilation errors. [Tue Jun 25 15:11:20 2002] [error] [client 128.83.248.24] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/updatebiblio.pl On 25 Jun 2002, Chris Cormack wrote:
Courtesy of some hard work by Steve, there is a new release candidate available for download. http://developer.koha.org/koha-1.2.1RC2.tar.gz
This is a release candidate only. And not for production systems. Any testing is much appreciated.
Bug reports can be made at bugs.koha.org. Or on this list.
-- Public key #7BBC68D9 at | Shane Williams http://pgp.mit.edu/ | Systems Administrator UT-GSLIS =----------------------------------+------------------------------- All syllogisms contain three lines | broot@gslis.utexas.edu Therefore this is not a syllogism | www.gslis.utexas.edu/~shanew
On Tue, 25 Jun 2002, Shane Williams wrote:
I downloaded and installed the RC. This time I used the installer.pl script (there should be a pointer to this in the INSTALL file).
installer.pl is only recently (last couple of days) fully functional. It will certainly be more prominently mentioned before 1.2.1 is released.
One minor problem is that at the end of installer.pl, when it asks if you want to restart the webserver. Regardless of response, it goes ahead and restarts anyway.
The code looks right for this... Not sure why your apache got restarted.
So far the only big problem I've found is that updatebiblio.pl bails out with the following error message in koha-error:
Not enough arguments for C4::Output::startmenu at /usr/local/koha/intranet/cgi-bin/updatebiblio.pl line 50, near "()" Execution of /usr/local/koha/intranet/cgi-bin/updatebiblio.pl aborted due to compilation errors. [Tue Jun 25 15:11:20 2002] [error] [client 128.83.248.24] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/updatebiblio.pl
Fixed in CVS. Steve.
On Tue, 25 Jun 2002, Tonnesen Steve wrote:
On Tue, 25 Jun 2002, Shane Williams wrote:
One minor problem is that at the end of installer.pl, when it asks if you want to restart the webserver. Regardless of response, it goes ahead and restarts anyway.
The code looks right for this... Not sure why your apache got restarted.
Took a look myself and found the problem. The STDIN for Web restart is placed into $restart, but the if statement tests $answer, which is the variable used to confirm the "Continue with installation" question. -- Public key #7BBC68D9 at | Shane Williams http://pgp.mit.edu/ | Systems Administrator UT-GSLIS =----------------------------------+------------------------------- All syllogisms contain three lines | broot@gslis.utexas.edu Therefore this is not a syllogism | www.gslis.utexas.edu/~shanew
participants (3)
-
Chris Cormack -
Shane Williams -
Tonnesen Steve