error changing system preferences
Hi there all I'm testin KOHA 2.0pre2 and whenever I try to change a system preferences (ie. turn MARC support off or change the intranet language) I get an Internal Server Error. I looked at the koha-error log file and it says that "execute was called with two bind variables when three are needed".... what may be producing the problem here? Also, if I select the MARC option, on the upper menu bar, I get another Internal Server Error... but my guess is it has to do with the MARC::Record module. I have MARC::Record 1.29-1... which one will work? thanks to all in advance Martin
Martín Longo wrote:
Hi there all
I'm testin KOHA 2.0pre2 and whenever I try to change a system preferences (ie. turn MARC support off or change the intranet language) I get an Internal Server Error.
install from scratch or from 1.2.x ? If from 1.2.x, then, no luck, migration tools is NOT ready.
I looked at the koha-error log file and it says that "execute was called with two bind variables when three are needed".... what may be producing the problem here?
could you pls look the 3-4 lines AFTER this one. To tell us the script name & line where this occurs. I havent the problem...
Also, if I select the MARC option, on the upper menu bar, I get another Internal Server Error... but my guess is it has to do with the MARC::Record module. I have MARC::Record 1.29-1... which one will work?
same request. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
ok... here's a more detailed version of my problem.. :) KOHA 2.0pre2 installed from scratch on a Debian (woody) Linux using the installer script supplied dump of koha-error_log regarding the system preferences error: ...... [Wed Sep 3 17:47:49 2003] [error] [client 192.168.212.209] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/admin/systempreferences.pl bornum 1 at /usr/local/koha/intranet/modules/C4/Search.pm line 1801. [Wed Sep 3 18:29:13 2003] [error] [client 192.168.212.209] File does not exist: /usr/local/koha/intranet/htdocs/images/holder.gif execute called with 2 bind variables when 3 are needed at /usr/local/koha/intranet/cgi-bin/admin/systempreferences.pl line 247. [Wed Sep 3 18:32:38 2003] [error] [client 192.168.212.209] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/admin/systempreferences.pl [Wed Sep 3 18:34:03 2003] [error] [client 192.168.212.209] File does not exist: /usr/local/koha/intranet/htdocs/images/blackdot.gif [Wed Sep 3 18:35:25 2003] [error] [client 192.168............................... same, with the error regarding the MARC section ....... [Thu Sep 4 09:46:10 2003] [error] [client 192.168.212.209] File does not exist: /usr/local/koha/intranet/htdocs/images/blackdot.gif [Thu Sep 4 09:46:21 2003] [error] [client 192.168.212.209] script not found or unable to stat: /usr/local/koha/intranet/cgi-bin/acqui.simple/marcimport.pl [Thu Sep 4 09:46:54 2003] [error] [client 192.168.212.209] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/loadmodules.pl [Thu Sep 4 09:47:59 2003] [error] [client 192.168.212.209] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/loadmodules.pl ....... hope this helps... Martin ----- Original Message ----- From: paul POULAIN To: Martín Longo Cc: koha@lists.katipo.co.nz Sent: Thursday, September 04, 2003 10:33 AM Subject: Re: [Koha] error changing system preferences Martín Longo wrote: Hi there all I'm testin KOHA 2.0pre2 and whenever I try to change a system preferences (ie. turn MARC support off or change the intranet language) I get an Internal Server Error. install from scratch or from 1.2.x ? If from 1.2.x, then, no luck, migration tools is NOT ready. I looked at the koha-error log file and it says that "execute was called with two bind variables when three are needed".... what may be producing the problem here? could you pls look the 3-4 lines AFTER this one. To tell us the script name & line where this occurs. I havent the problem... Also, if I select the MARC option, on the upper menu bar, I get another Internal Server Error... but my guess is it has to do with the MARC::Record module. I have MARC::Record 1.29-1... which one will work? same request. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Martín Longo wrote:
ok... here's a more detailed version of my problem.. :)
KOHA 2.0pre2 installed from scratch on a Debian (woody) Linux using the installer script supplied
dump of koha-error_log regarding the system preferences error:
execute called with 2 bind variables when 3 are needed at /usr/local/koha/intranet/cgi-bin/admin/systempreferences.pl line 247.
OK, this one is fixed. 99% sure when I read the code
same, with the error regarding the MARC section [Thu Sep 4 09:46:21 2003] [error] [client 192.168.212.209] script not found or unable to stat: /usr/local/koha/intranet/cgi-bin/acqui.simple/marcimport.pl
this one is quite strange... does other scripts work well ? Can you describe EXACTLY what you do to get this problem ? the marcimport script not in acqui.simple directory, so there should be a wrong link somewhere... ABOUT 2.0.0pre3 : pls, everybody, note that 2.0.0pre3 should appear on sourceforge on monday. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
Martín Longo -
paul POULAIN