我看到你的樣版檔 commentform.template 裡面有 AuthImage 外掛的樣版碼。
可能是這個外掛造成的問題。若你有安裝他,試著先移除,然後把這段樣版代碼也刪掉。先確認看看是不是它造成的問題。
<form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
<p>
<strong>{$locale->pr("comment_topic")}</strong><br/><input type="text" name="commentTopic" value=""/><br/>
<strong>{$locale->pr("comment_text")}</strong><br/><textarea rows="10" cols="50" name="commentText"></textarea><br/>
<strong>{$locale->pr("comment_username")}</strong><br/> <input type="text" name="userName" value=""/><br/>
<strong>{$locale->pr("comment_email")}</strong><br/> <input type="text" name="userEmail" value=""/><br/>
<strong>{$locale->pr("comment_url")}</strong><br/> <input type="text" name="userUrl" value=""/><br/><br/>
{if $authimage->isEnabled()}
<div><label for="authImage"></label><input type="text" name="authImage" id="authImage" value="" /> 請輸入: {$authimage->show()}</div>
{/if}
<input type="submit" value="{$locale->pr("comment_send")}" name="Add"/><br/><br/>
<input type="hidden" name="op" value="AddComment"/>
<input type="hidden" name="articleId" value="{$post->getId()}"/>
<input type="hidden" name="blogId" value="{$blog->getId()}"/>
<input type="hidden" name="parentId" value="{$parentId}"/>
</p>
</form>
像 mark 說的,你提出問題,要把你做過的,改過的部份寫出來,我們不是神仙,不見得能猜得到。更何況,猜了還不一定對,浪費你我的時間。