We are suddenly getting the following error when doing a CURL test:
6 name lookup timed out
Array
(
=> "http://www.zen-cart.com/testcurl.php"
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 0
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => 0
[upload_content_length] => 0
[starttransfer_time] => 0
[redirect_time] => 0
)
--------------
We also are no longer able to communicate with PayPal IPN. Here are the results of that test:
IPNCHECK.PHP - Version 1.0
IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443
Warning: fsockopen(): no SSL support in this build in /home/mjmmagic/public_html/store/ipncheck.php on line 81
Warning: fsockopen(): unable to connect to www.paypal.com:443 in /home/mjmmagic/public_html/store/ipncheck.php on line 81
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = ssl://www.paypal.com:443 (13) Permission denied
Trying again without SSL ...
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/mjmmagic/public_html/store/ipncheck.php on line 85
Warning: fsockopen(): unable to connect to www.paypal.com:80 in /home/mjmmagic/public_html/store/ipncheck.php on line 85
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = ssl://www.paypal.com:443 (13) Permission denied
Warning: fputs(): supplied argument is not a valid stream resource in /home/mjmmagic/public_html/store/ipncheck.php on line 91
-----------------
You can check these two scripts by going here:
http://www.mjmmagic.com/store/extras/ipncheck.php
[url="http://www.mjmmagic.com/store/extras/curltest.php"]http://www.mjmmagic.com/store/extras/curltest.php://http://www.mjmmagic.com/store/extra...as/curltest.php
Any ideas?