I've found a few bugs in 1.2.3RC9, mostly in the circulation interface. It looks to me like this needs some more testing... I've uploaded an RC10 to sourceforge that fixes the show stopper bugs that I found... but if anybody wants to give this one a look, I think it needs it. Steve.
On Fri, 16 Aug 2002 14:06:58 -0700 (PDT) Tonnesen Steve <tonnesen@cmsd.bc.ca> wrote:
I've found a few bugs in 1.2.3RC9, mostly in the circulation interface. It looks to me like this needs some more testing...
I've uploaded an RC10 to sourceforge that fixes the show stopper bugs that I found... but if anybody wants to give this one a look, I think it needs it.
Steve.
Just some random things. --- relogin intranet: Not Found. The requested URL /cgi-bin/koha/userpage.pl was not found on this server. from koha-eror_log: [Tue Aug 20 21:31:00 2002] [error] [client 130.231.0.59] script not found or unable to stat: /var/www/html/koha/intranet/cgi-bin/userpage.pl I don't understand how I managed get this error since it seem that I'm not able to log out from intranet! (without quitting browser) --- [Tue Aug 20 21:23:06 2002] [error] [client 130.231.0.59] attempt to invoke directory as script: /var/www/html/koha/intranet/cgi-bin Lots of these. Same errors were in previous RC's. [bug 83] Circulation: Select Printer and Branch Settings Nothing to select! What branch is used or none? Is this reason for errors I see? Reports, advanced search, parameters... empty --- [opac, intranet] You searched on keyword , 500 results found PAGE 30 http://syy059.oulu.fi/cgi-bin/koha/search.pl?startfrom=290&keyword=+&ttype=normal&type=opac PAGE 31 (image link 31) http://syy059.oulu.fi/cgi-bin/koha/search.pl?startfrom=300&keyword=+&ttype=normal&type=opac PAGE 31 ("next" arrow link, should be link from page 30 to page 31) http://syy059.oulu.fi/cgi-bin/koha/search.pl?startfrom=300&type=opac ==>error This can be manually corrected, but no images for 32-50 from *-error_log [Tue Aug 20 21:29:58 2002] [error] [client 130.231.0.59] File does not exist: /var/www/html/koha/intranet/htdocs/images/numbers/32.gif {- 50.gif} --- Z3950 worked (after changing /var/log/koha world writable), nice --- Ville Huhtala
On Tue, 20 Aug 2002 23:24:18 +0300 Ville Huhtala <vhuhtala@mail.student.oulu.fi> wrote:
On Fri, 16 Aug 2002 14:06:58 -0700 (PDT) Tonnesen Steve <tonnesen@cmsd.bc.ca> wrote:
I've found a few bugs in 1.2.3RC9, mostly in the circulation interface. It looks to me like this needs some more testing...
I've uploaded an RC10 to sourceforge that fixes the show stopper bugs that I found... but if anybody wants to give this one a look, I think it needs it.
Steve.
Reports, advanced search, parameters... empty
Hard coded paths - after changing paths suitable for my setup everything seem to work OK. [root@syy059 koha]# grep -R '/usr/local/koha' * intranet/cgi-bin/admin/templates.pl:opendir D, "/usr/local/koha/intranet/htdocs/includes/templates"; intranet/cgi-bin/admin-home.pl:open H, "/usr/local/koha/intranet/htdocs/admin/index.html"; intranet/cgi-bin/catalogue-home.pl:open C, "/usr/local/koha/intranet/htdocs/includes/cat-class-list.inc"; intranet/cgi-bin/catalogue-home.pl:open H, "/usr/local/koha/intranet/htdocs/catalogue/index.html"; intranet/cgi-bin/groups.pl: ($type eq 'overdues') && ($output.="<img src=/usr/local/koha/librarian/htdocs/images/overdues.jpg><br>\n"); this is wrong anyway librarian -> intranet intranet/cgi-bin/members-home.pl:open H, "/usr/local/koha/intranet/htdocs/members/index.html"; intranet/cgi-bin/reports-home.pl:open H, "/usr/local/koha/intranet/htdocs/reports/index.html"; Ville Huhtala
On Tue, 20 Aug 2002, Ville Huhtala wrote:
relogin intranet: Not Found. The requested URL /cgi-bin/koha/userpage.pl was not found on this server.
from koha-eror_log: [Tue Aug 20 21:31:00 2002] [error] [client 130.231.0.59] script not found or unable to stat: /var/www/html/koha/intranet/cgi-bin/userpage.pl
I don't understand how I managed get this error since it seem that I'm not able to log out from intranet! (without quitting browser)
userpage.pl only exists in the OPAC cgi-bin directory. I see that it is referenced in a couple of the intranet templates, but, in theory, it shouldn't show up there as you can't see those pages if you aren't authenticated. This is the theory, at least, it appears in practice that something is going wrong. :) Are you using basic authentication (ie apache's built-in authentication)?
[Tue Aug 20 21:23:06 2002] [error] [client 130.231.0.59] attempt to invoke directory as script: /var/www/html/koha/intranet/cgi-bin
Lots of these. Same errors were in previous RC's.
[bug 83] Circulation: Select Printer and Branch Settings
Nothing to select!
What branch is used or none? Is this reason for errors I see?
This error is resulting from some changes that Finlay is making that I don't quite have a handle on yet.
[opac, intranet]
You searched on keyword , 500 results found
PAGE 30 http://syy059.oulu.fi/cgi-bin/koha/search.pl?startfrom=290&keyword=+&ttype=normal&type=opac
PAGE 31 (image link 31) http://syy059.oulu.fi/cgi-bin/koha/search.pl?startfrom=300&keyword=+&ttype=normal&type=opac
PAGE 31 ("next" arrow link, should be link from page 30 to page 31) http://syy059.oulu.fi/cgi-bin/koha/search.pl?startfrom=300&type=opac
==>error
This can be manually corrected, but no images for 32-50
from *-error_log [Tue Aug 20 21:29:58 2002] [error] [client 130.231.0.59] File does not exist: /var/www/html/koha/intranet/htdocs/images/numbers/32.gif {- 50.gif}
I generated those graphics for a calendar program I developed, thus 31 is the highest number. :) I believe that the arrows have been fixed in RC11.
participants (2)
-
Tonnesen Steve -
Ville Huhtala