I'm having this problem, still, and am uncovering some info about it but I need your help to resolve it. The problem seems to happen after I add a comment - that the post page goes blank. (My mySQL database is clean, I've checked it.)
So I found a WP troubleshooting guide http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F "Why Do I Get a Blank Page When I Submit a Comment?" Description: When anyone tries to comment on a post, the window goes blank and the comment doesn't appear to have been recognised by WordPress. It indicates that a critical part of the coding is missing:
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
Reason and Solution:The Theme that you are using is missing a critical part of the comment form so WordPress doesn't know which post the comment refers to. You need to check the comment.php in your Theme and ensure that code (above) appears within the form.
Also sends the reader to the Relevant discussion threads: entry (http://wordpress.org/support/topic/38683?replies=10) that is describing what's happening to me. It says, for that person who entered his problem,
______________________
"you are missing an important part of the form:
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
...
I suggest you search for the following in your comments.php template file and then add the code shown about on the next line.
<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit!" /></p>"
___________________________
However, when I look at the .php file for Suffusion, it's nothing like that. (Not html, I think). It is:
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|06 Oct 2009 02:34:11 -0000
vti_extenderversion:SR|5.0.2.4803
vti_cacheddtm:TX|06 Oct 2009 02:34:11 -0000
vti_filesize:IR|5036
vti_backlinkinfo:VX|
Nowhere to put a line in that language. I'm wondering if you can provide some code so that maybe this will fix the problem. It's very annoying; it's happening ONLY in my most popular posts - the ones with the most comments!
Also, when I do a test and open the blank page in Internet Explorer, the debugger indicated:
Line: 6
Error: Object required
{return (element.className && new RegExp(pattern + '($|[ ])').test(element.className))
_______________________________________
I'd really like to get this fixed; it's ONLY my most popular posts where this is happening!It's happened in BOTH my MOST popular posts.
Thanks,
Jane
