Tips for fixing could not open socket error
-
Edit the script /wp-c0ontent/plugins/google-captcha/lib/recaptchalib.php
and modifydefine("RECAPTCHA_VERIFY_SERVER", "www.google.com");
to
define("RECAPTCHA_VERIFY_SERVER", gethostbyname("www.google.com"));
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Tips for fixing could not open socket error’ is closed to new replies.