[ Video Sharing CMS v4 ] hello user registers is not successful

Started by karyoto,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

karyotoTopic starter

  •  

Marius P.

Please post the full error. There is some restriction in your server when connecting to external apis, I need the full error to guide you.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

Or is it this?
Quote
reCAPTCHA with PHP has a bug with the latest PHP 5.4.x (reCAPTCHA PHP version 1.11, released 2010).
The PHP bug has not been fixed as of now (Oct. 2012).

The symptom is the "Could not open socket" message
(although other problems could cause the same message, such as not being connected to the network).

The fix is to modify recaptchalib.php around line 40 as follows:

-define("RECAPTCHA_VERIFY_SERVER", "www.google.com");
+define("RECAPTCHA_VERIFY_SERVER", gethostbyname("www.google.com"))


https://groups.google.com/forum/#!searchin/recaptcha/Could$20not$20open$20socket%7Csort:relevance/recaptcha/kCdFdAyOe60/YZJO-BnUHLIJ
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)