kenmac
Member
Posted 7 months ago #
Hi - I'm using the theme 'inove' by mg12.
When a visitor or myself as admin makes a comment and clicks on the Submit button a special 404 page comes up. The comment however IS posted.
How can I stop this from happening please ?
Thanks for your help.
Ken
rogerle
Member
Posted 4 months ago #
Hi Ken.
I'm also using the "inove" theme. I'm having the same problem, however, mine didn't appear until I upgraded to WP2.8 today.
I noticed that my comment links are wrong
http://siteurl/comment-page-1/#comment-18
when it should be:
http://siteurl/#comment-18
It's adding that "comment-page-1" somewhere in wp-comments-post.php where the form is being submitted to.
I've found it's appending it in the "get_comment_link()" function but that is as far as I've gotten so far.
The comment is posted but it keeps directing me to a 404 because comment-page-1 or x doesn't exist.
rogerle
Member
Posted 4 months ago #
Kenmac,
This helped me fix my problem.
http://wordpress.org/support/topic/231504?replies=5
I went into my Settings->Discussion
and disabled my pagination for comments and then my comments started working correctly.
I think this is more of a work around but It works. I'll have to come up with a more elegant solution should I have more than 50 comments per post.
Hopefully this helps,
Roger
trentor
Member
Posted 2 months ago #
Any resolution on this if you actually want to use the pagination option?