Hello all, please can somebody help me with the error i'm getting from koha; the tail end o the koha eror log is as follows: [Fri Sep 14 16:54:04 2007] [error] [client 192.168.11.200] ERROR: Date::Manip unable to determine Time Zone., referer: http://192.168.11.253:8080/cgi-bin/koha/members/memberentry.pl [Fri Sep 14 16:54:04 2007] [error] [client 192.168.11.200] at /usr/lib/perl5/site_perl/5.8.8/Date/Manip.pm line 3645, referer: http://192.168.11.253:8080/cgi-bin/koha/members/memberentry.pl [Fri Sep 14 16:54:04 2007] [error] [client 192.168.11.200] \tDate::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.8.8/Date/Manip.pm line 684, referer: http://192.168.11.253:8080/cgi-bin/koha/members/memberentry.pl [Fri Sep 14 16:54:04 2007] [error] [client 192.168.11.200] \tDate::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.8.8/Date/Manip.pm line 1454, referer: http://192.168.11.253:8080/cgi-bin/koha/members/memberentry.pl [Fri Sep 14 16:54:04 2007] [error] [client 192.168.11.200] \tDate::Manip::ParseDate('today') called at /usr/local/koha/intranet/modules/C4/Members.pm line 132, referer: http://192.168.11.253:8080/cgi-bin/koha/members/memberentry.pl [Fri Sep 14 16:54:04 2007] [error] [client 192.168.11.200] \tC4::Members::newmember('phoneday', '', 'firstname', 'sds', 'categorycode', 'UG', 'destination', '', 'othernames', ...) called at /usr/local/koha/intranet/cgi-bin/members/memberentry.pl line 136, referer: http://192.168.11.253:8080/cgi-bin/koha/members/memberentry.pl [Fri Sep 14 16:54:04 2007] [error] [client 192.168.11.200] Premature end of script headers: memberentry.pl, referer: http://192.168.11.253:8080/cgi-bin/koha/members/memberentry.pl I am running koha 2.2.9 on Suse 10.1 with mysql 5. i have had some success with this configuration in the past. i had to uninstall the date::manip that was installed with suse and i used a previous version. i also had to use the Date.pm that came with 2.2.7 before the joining and expiry dates were autocalculated. i have done the sam thing now but no success. the browser always wants to download memberentry.pl i guess this may be a problem with my perl modules but cant say for sure. any help will be appreciated. thanks Olugbenga Adara MCP Consultant, 3om Services, 75, Lebanon Street, Dugbe, Ibadan, Nigeria. Tel: 234-2-2412090 Mobile: 234-803-3220288 ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
Olugbenga Adara MCP asked:
please can somebody help me with the error i'm getting from koha [...] ERROR: Date::Manip unable to determine Time Zone
I found this answer: "Date::Manip must be able to determine the time zone the user is in. It does this by looking in the following places: $Date::Manip::TZ (set with Date_Init or in Manip.pm) $ENV{TZ} the Unix `date` command (if available) $main::TZ /etc/TIMEZONE /etc/timezone At least one of these should contain a time zone in one of the supported forms. If none do by default, the TZ variable must be set with Date_Init. " at http://search.cpan.org/~sbeck/Date-Manip-5.46/Manip.pod#TIME_ZONES Hope that helps, -- MJ Ray - see/vidu http://mjr.towers.org.uk/email.html Experienced webmaster-developers for hire http://www.ttllp.co.uk/ Also: statistician, sysadmin, online shop builder, workers co-op. Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
participants (2)
-
MJ Ray -
Olugbenga Adara