
Whilst investigating using FastCGI with 2.0.1 (and then 2.0.2) I noticed the following being recorded in Apache's error log: FastCGI: server "/addon/local/otrs/current/bin/fcgi-bin/index.fpl" stderr: Can't locate Date/Format.pm in @INC (@INC contains: [snip] at /addon/local/otrs/current/bin/fcgi-bin//../../Kernel/cpan-lib/Mail/Field/Date.pm line 14, <PRODUCT> line 4. bin/otrs.checkModules had not reported anything missing (apart from the non-essential only required for stats). I installed TimeDate-1.16 from CPAN, which fixed that particluar problem. I am also getting the following reported (by both CGI and FastCGI): index.pl: Use of uninitialized value in string eq at /addon/local/otrs/current/bin/cgi-bin//../../Kernel/Output/HTML/Generic.pm line 2041. and at lines 2056, 2072, 2089 and 2105. All of those lines contain the statement: if ($DateInputStyle eq 'Option') { which suggests to me that the Date problem hasn't been fully resolved. How should the Date::Format requirement be fulfilled? Jim