
lannings at who
Jul 8, 2008, 4:33 AM
Post #6 of 10
(385 views)
Permalink
|
Personally I'd either 1) assume that Bricolage doesn't in fact support PHP templates since PHP::Interpreter was last updated three years ago and probably doesn't work any more. Comment out that line 2160 that requires Burner::PHP. 2) or confirm whether PHP::Interpreter in fact works outside of Bricolage on your system. (It never worked for me.) -----Original Message----- From: Christian Lox [mailto:lox[at]netzwerkplanet.com] Sent: Tue 7/8/2008 1:19 PM To: users[at]lists.bricolage.cc Subject: Re: 1.11 install question Am 07.07.2008 um 20:34 schrieb David E. Wheeler: > On Jul 5, 2008, at 00:24, Christian Lox wrote: > >>> Tat's odd. Uninstall PHP::Interpreter. Unless you need PHP >>> templates, in which case put this above line 75 and send the >>> output back to use: >>> >>> use Data::Dumper; print STDERR Dumper \%{ TEMPLATE_BURN_PKG . >>> '::' }; >> >> $VAR1 = { >> 'encode_entities' => >> *Bric::Util::Burner::Commands::encode_entities, >> 'NONE' => *Bric::Util::Burner::Commands::NONE, >> 'PREVIEW_MODE' => \2, >> 'SYNTAX_MODE' => \3, >> '_decode_entities' => >> *Bric::Util::Burner::Commands::_decode_entities, >> 'PUBLISH_MODE' => \1, >> 'decode_entities' => >> *Bric::Util::Burner::Commands::decode_entities, >> 'BEGIN' => *Bric::Util::Burner::Commands::BEGIN, >> 'ANY' => *Bric::Util::Burner::Commands::ANY >> }; > > > What version of Perl are you using? This is perl, v5.10.0 built for i486-linux-gnu-thread-multi on Debian. Thanks, Christian
|