
michael.fletcher at cbs
May 26, 2010, 10:32 AM
Views: 1686
Permalink
|
Hello, I'm installing a new instance of Bricolage and I'm getting an error when I try to Publish. Here is the error: Undefined subroutine &Bric::Util::Burner::Commands::strftime called at /usr/local/bricolage/data/burn/comp/oc_1026/partners/video/unicorn/cover.mc line 3. Here is line 3 in the template code: my $build_date = strftime( "%a, %d %b %Y %H:%M:%S -0800", localtime() ); Here is my PERL_LOADER setting in bricolage.conf PERL_LOADER = use HTML::Entities; use Bric::Util::Burner qw(:modes); use POSIX; use Bric::Util::Time ':all'; use HTTP::Date; strftime is part of the POSIX package. As you can see, POSIX is used for all templates, but when publishing it's looking for strftime in Bric::...Commands instead of POSIX. What am I missing? Thanks, Mike Fletcher
|