1
I have been running Quiz without any modifications, and it was working with many users taking a quiz but now I am getting this error. Any ideas? Error: Smarty error: [in db:quiz_index.html line 217]: syntax error: unclosed tag \{if} (opened line 181). (Smarty_Compiler.class.php, line 326) this is the code around 217
<{else}>
<table align="center" cellspacing="0" class="outer">
<tr>
<td>
<{$smarty.const._QUEST_EMPTY}>
td>
tr>
table>
217<{/if}>
<{$commentsnav}> <{$lang_notice}>
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
<{/if}>