problem with HTTPS

pure

Member
Hello
Question why the members who registers with a UR starting from HTTPS: / /
Does not work?
an idea, because I've just as the error
thank you


Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web15/web/sources/join.php(159) : eval()'d code on line 18

Warning: file_get_contents(http://...@live.fr) [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web15/web/sources/join.php(159) : eval()'d code on line 18

Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /var/www/clients/client2/web15/web/sources/join.php(159) : eval()'d code:19 Stack trace: #0 /var/www/clients/client2/web15/web/sources/join.php(159) : eval()'d code(19): SimpleXMLElement->__construct('') #1 /var/www/clients/client2/web15/web/sources/join.php(159) : eval()'d code(53): checkSpambots('tot@live.fr', '92.145.75.38', 'test') #2 /var/www/clients/client2/web15/web/sources/join.php(159): eval() #3 /var/www/clients/client2/web15/web/sources/join.php(62): join->process() #4 /var/www/clients/client2/web15/web/index.php(323): join->join() #5 {main} thrown in /var/www/clients/client2/web15/web/sources/join.php(159) : eval()'d code on line 19

 

Mark

Administrator
Staff member
something else is wrong there, I am able to join with https://osempire.com/

php_network_getaddresses: getaddrinfo failed: Name or service not known - means your server cannot find that domain. What is the full https:// URL you are trying to add?
 

Mark

Administrator
Staff member
Got the URL and I was able to submit it without error to our dev list. This looks like an issue with your server unable to resolve that domain.
 
Top