Hi all after checking the log I found the following: [error] ERROR: Date::Manip unable to determine TimeZone., referer: http://my.site:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add [error] [client 127.0.0.1] at /usr/lib/perl5/vendor_perl/5.8.5/Date/Manip.pm line 3495, referer: http://my.site:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add All this while adding a new member, may be the first error is not that important, but don't know really. I'm working in the same machine as instalation as u can notice, also found that the httpuser was 'apache' and not the root or the koha user, does this really matter?
[error] ERROR: Date::Manip unable to determine TimeZone., referer: http:/= /my.site:8080/cgi-bin/koha/members/memberentry.pl?actionType=3DAdd This error is explained on "man Date::Manip" or "perldoc Date::Manip". Basically, you can either configure /etc/timezone or use a SetEnv TZ instruction in the koha-httpd.conf sections near the PERL5LIB ones. I can't remember the exact value for a SetEnv TZ because I picked the timezone solution when I hit this problem. I suspect that error is important, but I could be wrong. It's been a while since I worked on the membership code. -- Hope that helps, MJR/slef http://www.ttllp.co.uk/koha/
This can happen because of two reason: You haven't set up properly your time zone or your time is not know by Date::Manip. The latest happend to me (time zone UYT) and I've submited a patch to the developer, he added it to the module. Andres zero@vtr.net wrote:
Hi all after checking the log I found the following:
[error] ERROR: Date::Manip unable to determine TimeZone., referer: http://my.site:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add
[error] [client 127.0.0.1] at /usr/lib/perl5/vendor_perl/5.8.5/Date/Manip.pm line 3495, referer: http://my.site:8080/cgi-bin/koha/members/memberentry.pl?actionType=Add
All this while adding a new member, may be the first error is not that important, but don't know really.
I'm working in the same machine as instalation as u can notice, also found that the httpuser was 'apache' and not the root or the koha user, does this really matter?
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Andrés Tarallo -
MJ Ray -
zero@vtr.net