One possibility is that you are not getting access to the verification
server. Add the following line to recaptchalib.php at about line 180
just after $response has a value assigned to it:
print_r($response);
This will allow you to read $response['error'], which may show what
the exact problem is.