Hi All, I am a newbie from Indonesia. I am trying to implement the ILS for my University Library. The collections are around 50.000 titles with 100.000 books and the patron number is around 20.000. I am interested in Koha because it is FREE and Chalenging :) I just succesfully installed koha 2.2.5 on Debian Sarge using perl 5.8.4 and mySQL 4.0.24. However, when I added new member, I always get the error. The error_log is like this : [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] ==> > at /usr/local/koha/intranet/cgi-bin/members/memberentry.pl line 120., referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] ERROR: Date::Manip unable to determine TimeZone., referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] \tDate::Manip::Date_TimeZone called at /usr/local/share/perl/5.8.4/Date/Manip.pm line 676, referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] \tDate::Manip::Date_Init() called at /usr/local/share/perl/5.8.4/Date/Manip.pm line 1446, referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] \tDate::Manip::ParseDate('today') called at /usr/local/koha/intranet/modules/C4/Members.pm line 132, referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] \tC4::Members::newmember('phoneday', '', 'firstname', 'Gunawan', 'categorycode', 'I', 'destination', '', 'othernames', ...) called at /usr/local/koha/intranet/cgi-bin/members/memberentry.pl line 137, referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] Premature end of script headers: memberentry.pl, referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add It looks like there is problem with Date::Manip, but I do not know how to fix it. Any Suggestions and helps are welcomed many Thanks in Advance, Gunawan Ariyanto Perpustakaan Pusat UMS Jl. A. Yani Tromol Pos 1 Pabelan Surakarta 57102 INDONESIA Telp. +62 271 717417 ext 205
Hi Gunawan, On Mon, 15 May 2006 15:19:43 +0700 (WIT) "UMS Library" <perpus@ums.ac.id> wrote:
[...] However, when I added new member, I always get the error. The error_log is like this :
Can you open a bug report on http://bugs.koha.org ? With such a detailed description, I'm sure your bug won't be that hard to fix :-) See you on bugzilla. -- Pierrick LE GALL INEO media system
"UMS Library" <perpus@ums.ac.id> writes:
Hi All,
I am a newbie from Indonesia. I am trying to implement the ILS for my University Library. The collections are around 50.000 titles with 100.000 books and the patron number is around 20.000.
I am interested in Koha because it is FREE and Chalenging :) I just succesfully installed koha 2.2.5 on Debian Sarge using perl 5.8.4 and mySQL 4.0.24. However, when I added new member, I always get the error. The error_log is like this :
[Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] ==> > at /usr/local/koha/intranet/cgi-bin/members/memberentry.pl line 120., referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] ERROR: Date::Manip unable to determine TimeZone., referer: http://10.2.22.22:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] ... It looks like there is problem with Date::Manip, but I do not know how to fix it. Any Suggestions and helps are welcomed
many Thanks in Advance,
What do you have in your /etc/timezone file? -- Bruno Marmol. Ingénieur à la Direction Information Scientifique et de la communication Email: Bruno.Marmol@Inrialpes.Fr - Tel: 04 76 61 53 04 - Fax: 04 76 61 52 52 Inria Rhône Alpes. ZIRST - 655 Av de l'Europe. - Montbonnot St Martin 38334 St Ismier Cedex - France
"UMS Library" <perpus@ums.ac.id>
[Mon May 15 15:25:38 2006] [error] [client 10.2.22.22] ERROR: Date::Manip unable to determine TimeZone., referer:
Please read man Date::Manip (or perldoc Date::Manip) section TIMEZONES and fix your system configuration by following the instructions. You may need/want to report the problem to Date::Manip's maintainer. Hope that helps, -- MJ Ray - personal email, see http://mjr.towers.org.uk/email.html Work: http://www.ttllp.co.uk/ irc.oftc.net/slef Jabber/SIP ask
participants (4)
-
Bruno Marmol -
MJ Ray -
Pierrick LE GALL -
UMS Library