Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tomczech

    (@tomczech)

    Hi, mochitto!

    Thanks a lot for your reply. Just to make it clear for me, may I ask again?

    These are the lines as given in my file:

    $comment_id = $_REQUEST['rcommentid'];
    $comment_hash = $_REQUEST['rchash'];

    They are followed by:

    if (empty($comment_id) || empty($comment_hash))
       return;
    if ($comment_hash == $this->hash_comment($comment_id)) {
       $comment = get_comment($comment_id);

    I exchanged the first two of these lines by the ones you had sent and received the following:

    Notice: Undefined index: rcommentid in …/wordpress/wp-content/plugins/wp-recaptcha/recaptcha.php on line 480

    Notice: Undefined index: rchash in …/wordpress/wp-content/plugins/wp-recaptcha/recaptcha.php on line 481

    Would you, please, be so kind to have another look at this and tell me how these 6 lines would be correct?

    Thanks a lot and best wishes

    tomczech

    Thread Starter tomczech

    (@tomczech)

    Hi, again!

    I still did not manage to solve the problem, so I push this thread upwards again. Maybe now someone has an idea.

    Thanks a lot in advance and best wishes
    tomczech

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