On Tue, 22 Jul 2003, Andrew Barilla wrote:

> I tried implementing Class::Phrasebook::SQL on a site I'm working on which
> was already using HTML::Template.  Once I started using the Phrasebook, my
> Templates stopped working and gave the following error:
> 
> HTML::Template->new() : Unknown or unmatched TMPL construct at
> templates/account.tmpl : line 1. at
> /usr/lib/perl5/site_perl/5.8.0/HTML/Template.pm line 2230.

Let me guess, Redhat 8 or 9 and Perl 5.8.0?  If so, you have a broken
Redhat/Perl combination.  You need to tell Redhat not to use a UTF-8
locale.  You can do that by setting LANG:

  export LANG=en_US

Or you can edit /etc/sysconfig/i18n and make the change permanent.
Google for more details.

-sam




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to