I'm getting the following error after upgrading from 2.1.8 to 2.3.6: Fatal error: Smarty error: [in agreement.html line 137]: syntax error: unrecognized tag: assign var="title" value="User Agreement" (Smarty_Compiler.class.php, line 403) in /homepages/??/???????/htdocs/amember/smarty/Smarty.class.php on line 1102 This is the standard agreement.html template with my agreement text added which was working fine until I upgraded. Any help or pointer would be greatly appreciated. Thanks. Footymalc.
Hi Alex, The agreement.html file is too large to paste here so I have pasted the area of the code where the problem occurs. Please let me know if this is enough to determine what the problem is... --------------------------------------------------------- <body lang=EN-GB style='tab-interval:36.0pt'> <div class=Section1> <p class=MsoNormal>{<span class=GramE>assign</span> <span class=SpellE>var</span>="title" value="User Agreement"} {<span class=GramE>include</span> file="header.html"} </p> <p class=MsoNormal align=center style='text-align:center'>{$title}</p> <div class=MsoNormal align=center style='text-align:center'> <hr size=2 width="100%" align=center> </div> ------------------------------------------------------------------- Thanks
hey, what is it? <p class=MsoNormal>{<span class=GramE>assign</span> <span class=SpellE>var</span>="title" value="User Agreement"} {<span class=GramE>include</span> file="header.html"} </p> it was very simple text: {include file="header.html"} kill your FrontPage!
How simple..... just like me... should have seen that really... oh well. Thanks for helping a simpleton.