Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-01-20 20:03:27
- Abidjanaise
- New Member
- Registered: 2008-09-04
- Posts: 5
Comments not registering after upgrade
I upgraded to 4.2 from 4.0.6, and now my comments aren’t registering.
Comments can be entered, previewed and submitted, but the Submit button only takes the person to the homepage without actually inputting the comment. I don’t receive it as an email, and neither does it append to the list of comments.
My site is www.sparklingadventures.com
Here’s what my comment form looks like:
<h3>Comment on this article</h3>
<txp:comments_error wraptag=“ul” break=“li” />
<txp:comments_error />
<div>
<label for=“comment_name_input”>Name: </label><br />
<txp:comment_name_input />
</div><div>
<label for=“comment_email_input”>Email: </label><br />
<txp:comment_email_input />
</div><div>
<label for=“comment_web_input”>Website:</label><br />
<txp:comment_web_input />
</div><div>
<span class=“checkBox”><txp:comment_remember /> </span><br />
</div><div>
<label for=“message”>Your comment: (Remember to SUBMIT after PREVIEWING) </label><small><txp:comments_help /></small><br />
<txp:comment_message_input />
<txp:comment_preview /> <txp:comment_submit />
</div>
Offline