[Templates] Template ::Stash Bug/Question?
Andy Wardley
abw@wardley.org
Mon, 30 Jul 2007 07:53:27 +0100
mari flynn wrote:
> I am getting the error below, but I don't see any 2.14 version on my
> system, just 2.19...or is that the problem? Any ideas. Do i just need to
> re-install the module?
It looks like you've got (or had) 2.14 installed and now have 2.19 (or bits of
it) installed, and Perl can't fit it all together. It could be that one was
installed under one version of Perl and the other under another.
Re-installing TT should sort the problem out. But if you're using it under
mod_perl, you'll need to make sure you install it with the same version of
Perl that mod_perl is using (5.8.7 in your case). 'perl -v' will tell you
what your (non-MP) perl version is. If that's not 5.8.7 then it might be the
cause of the problem.
HTH
A