Skip to Content.
Sympa Menu

en - [sympa-users] Web-UI-Problem / Archives / Template-Toolkit

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Dirk Jahnke-Zumbusch (DESY)" <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Web-UI-Problem / Archives / Template-Toolkit
  • Date: Thu, 15 Nov 2012 00:56:39 +0100

Hi all,

one of our lists generates errors when archived e-mails
should be displayed using the web interface:

file error - parse error - msg00103.html line 55: unexpected token ("(33df9e5e92%hidden_head)
[% IF user.email == "(33df9e5e92%hidden_head %]

This looks like template toolkit to me, but after digging
in .../bin/etc/mhonarc-ressources.tt2 and even enabling
DEBUG_ALL | DEBUG_DIRS in tt2.pl I do not have a clue why
this fails. Other lists are o.k., this one is not.

Environment (yes, somewhat antique):

* SYMPA 5.1.2
* PERL 5.8.7
* MhonArc 2.6.15

According to one post in sympa-users I already switched
'-marks to "-marks in the corresponding line:

< ($tag$% IF user.email == "$FROMADDR$" || is_owner %$tag$)
---
> ($tag$% IF user.email == '$FROMADDR$' || is_owner %$tag$)

but with no effect.

Any hints towards a solution are appreciated -- the others also ;-)

Cheers
Dirk


  • [sympa-users] Web-UI-Problem / Archives / Template-Toolkit, Dirk Jahnke-Zumbusch (DESY), 11/14/2012

Archive powered by MHonArc 2.6.19+.

Top of Page