• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ 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

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.
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Marius

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
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)