Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m running Linux and Apache 1.3 on a shared server at startlogic.com. My site is http://www.derwanderer.net.

    I just finished debugging it about as far as I can (without learning a lot more about posting). Basically, what I found verifies what ‘wilsonke’ was talking about above: The ID of the post isn’t getting sent. comments_post_ID ends up as 0 and there is no matching post with that ID (nevermind that it’s not correct anyway).

    If I hardcode the ID in the wp-comments-post.php file for testing purposes, it continue to run until it gets to the line where it checks to see if $comment_content is empty. It’s empty too, naturally, because there is no data being sent to the post.

    All of the $_POST[‘xxx’] functions return an empty string ’cause nothing is there.

    Any ideas?

    Anybody figure this out? I just verified this was my problem too. The script is just exiting ’cause there’s no comment_post_ID.

Viewing 2 replies - 1 through 2 (of 2 total)