Hello, My code checks $tt->error() and it didn't show anything. But I found the problem, it still was perl and it was very, very stupid mistake. In that weird module I defined:
DBIx::Recordset::Fetchsizewarn = 0; while the correct is: $DBIx::Recordset::Fetchsizewarn = 0; Only one missing $ ! Can anyone explain why server acted so weirdly beacuse of this error? Why it didn't show anything at all in error_log? At least next time I know... Best regards, Viljo On Wed, 12 Feb 2003 [EMAIL PROTECTED] wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Then it's probably a template error, check $tth->error()'s value, > after the process()ing. also you might wanna try the template toolkit > mailing list? > > <wildguess> You are trying tt's USE directive, and that module isn't > returning a true value from new() on given occasions, which throws an > error (plugin failed), so nothing being sent at all. </wildguess> > > On Wed, 12 Feb 2003 16:58:14 +0200 (EET), Viljo Marrandi wrote: > >Hello, > > - -- > cheers, > <[EMAIL PROTECTED]> - wa1800z@DALnet&CAiRC - #32741432 > KeyID 0xDE9EB50B - D0D87CA98916CBB258AC 77FB91E0DA95DE9EB50B > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (FreeBSD) > > iD8DBQE+SmtckeDald6etQsRAh1CAJ9K3jlTictgvsdouOaWJyXJ/o0BdgCggbjo > l5Tnf8wbPHF2md6wLXOAEXc= > =+H6d > -----END PGP SIGNATURE----- >