problems to use Koha 1.3.3
Serge Renaux a écrit:
Hi, I have installed Koha 1.3.3.
good idea :-)
I got problems to add new biblio and a new member
1) When i add new biblio i got error messages as below when i try to edit it;
Those errors messages seen in /var/log/apache/koha-error_log Tag "0 " is not a valid tag. at /opt/koha/intranet/modules/C4/Biblio.pm line 571
I suppose you installed UNIMARC/french as MARC parameter table ? If yes, then it's really strange. if no, then don't worry, there are problems with MARC21/english parameters.
[Fri Jan 24 16:28:57 2003] [error] [client 147.215.1.142] Premature end of script headers: /opt/koha/intranet/cgi-bin/acqui.simple/additem.pl [Fri Jan 24 16:29:03 2003] [error] [client 147.215.1.142] File does not exist: /opt/koha/intranet/htdocs/images/kohasplash.jpg
This one is not trully a problem. Just a splashscreen missing.
DBD::mysql::st execute failed: You have an error in your SQL syntax near 'AND ( ( reserveconstraints.biblioitemnumber = NULL AND res' at line 15 at /opt/koha/intranet/modules/C4/Reserves2.pm line 515. DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /opt/koha/intranet/modules/C4/Reserves2.pm line 519. DBD::mysql::st execute failed: You have an error in your SQL syntax near 'AND ( ( reserveconstraints.biblioitemnumber = NULL AND res' at line 15 at /opt/koha/intranet/modules/C4/Reserves2.pm line 515. DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /opt/koha/intranet/modules/C4/Reserves2.pm line 519. DBD::mysql::st execute failed: You have an error in your SQL syntax near 'AND ( ( reserveconstraints.biblioitemnumber = NULL AND res' at line 15 at /opt/koha/intranet/modules/C4/Reserves2.pm line 515.
Never seen this one. Can you describe what you did ? (probably in circulation). If you could'nt enter a biblio, it's maybe a side-effect !
2) When i create a new member i got these error messages ;
Missing right curly or square bracket at /opt/koha/intranet/cgi-bin/newmember.pl line 162, at end of line syntax error at /opt/koha/intranet/cgi-bin/newmember.pl line 162, at EOF Execution of /opt/koha/intranet/cgi-bin/newmember.pl aborted due to compilation errors. [Fri Jan 24 16:43:13 2003] [error] [client 147.215.1.142] Premature end of script headers: /opt/koha/intranet/cgi-bin/newmember.pl
It's a (really stupid) bug that is fixed in cvs. You can wait for the 1.9.0 friday next week that will correct this. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
paul POULAIN -
Serge Renaux