Item8073: Topics using DATETIME Macro do not parse
Priority: Normal
Current State: Closed
Released In:
Target Release:
Topics using Macro DATETIME provided by DateTimePlugin throw the following Error:
Foswiki detected an internal error - please check your Foswiki logs and webserver logs for more information.
Undefined subroutine &TWiki::Time::formatTime called
To reproduce, install the DateTimePlugin from the TWiki Extensions Repository and enable it. Try to load System.DateTimePlugin or any other Topic using DATETIME.
Suggested Fix:
Include
use TWiki::Time;
into
lib/TWiki/Plugins/DateTimePlugin.pm
.
--
KerstinPuschke - 11 Mar 2009
Fixed and converted plugin to Foswiki.
--
ArthurClemens - 11 Mar 2009