Title: tomczech's Replies | WordPress.org

---

# tomczech

  [  ](https://wordpress.org/support/users/tomczech/)

 *   [Profile](https://wordpress.org/support/users/tomczech/)
 *   [Topics Started](https://wordpress.org/support/users/tomczech/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tomczech/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tomczech/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tomczech/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tomczech/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tomczech/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-reCAPTCHA] [Plugin: WP-reCAPTCHA] Undefined index: rcommentid… – Undefined index: rchash…](https://wordpress.org/support/topic/plugin-wp-recaptcha-undefined-index-rcommentid-undefined-index-rchash/)
 *  Thread Starter [tomczech](https://wordpress.org/support/users/tomczech/)
 * (@tomczech)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-recaptcha-undefined-index-rcommentid-undefined-index-rchash/#post-2433189)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-reCAPTCHA] [Plugin: WP-reCAPTCHA] Undefined index: rcommentid… – Undefined index: rchash…](https://wordpress.org/support/topic/plugin-wp-recaptcha-undefined-index-rcommentid-undefined-index-rchash/)
 *  Thread Starter [tomczech](https://wordpress.org/support/users/tomczech/)
 * (@tomczech)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-recaptcha-undefined-index-rcommentid-undefined-index-rchash/#post-2433170)
 * 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)