marfisa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blank wp-comments-post.php errorI figured out a solution that finally works! Sorry if it’s rather drastic.
Export all your database tables except for wp_users, wp_usersmeta, and wp_options and save it as a file.
Then delete your whole database and uninstall wordpress. Reinstall wordpress so that it creates all new data in the database. Test this to make sure the comments work.
Lastly, import the database tables (minus users, usersmeta, options) from your old database. All your posts and comments and everything should be restored, except that you’ll probably have to tweak all your settings again.
So, the problem is in one of those three tables, but I couldn’t find it. I hope this helps everyone.
I won’t mark this as resolved in case someone else figures out a better fix or this doesn’t work for everybody.
Forum: Fixing WordPress
In reply to: blank wp-comments-post.php errorI have this line in comments.php, but I couldn’t find anything in single.php-
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />Should that line be something else?
Forum: Fixing WordPress
In reply to: blank wp-comments-post.php errorSamboll,
Neither of my sites are using plugins at all. The real site never used any and the test site was a fresh install.
Forum: Fixing WordPress
In reply to: blank wp-comments-post.php errorOh, if anyone wants the broken database info to mess around with, I can e-mail it to you.