Forums / Installing on a Windows Server / Curl Support Error in Installation

Curl Support Error in Installation

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Jan 2008, 11:21
#1
dravekx avatar

dravekx

New Zenner

Join Date:
Jan 2008
Posts:
23
Plugin Contributions:
0

Curl Support Error in Installation

I get these errors on install after a massive LAG:
# CURL problems detected: 6 => Could not resolve host: www.zen-cart.com; No data record of requested type more info...
# CURL problems detected: 28 => connect() timed out! more info...
# CURL requires SSL support. Please notify webmaster or hosting company. 28 => connect() timed out! more info.


but PHPINFO() says this:

cURL support 	enabled
cURL Information 	libcurl/7.16.0 OpenSSL/0.9.8g zlib/1.2.3


If I click RE-CHECK, the errors go away and everything goes green, BUT if I cancel out and restart the install... the errors come back up after the lag... .. Bug Maybe? :unsure:
25 Jan 2008, 11:29
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Curl Support Error in Installation

It's not a bug.

It's another issue with your server configuration, and maybe related to your internet connection speed, since the "cannot resolve host" is dependent on responses from external resources.

dravekx:

I get these errors on install after a massive LAG:
# CURL problems detected: 6 => Could not resolve host: www.zen-cart.com; No data record of requested type more info...
# CURL problems detected: 28 => connect() timed out! more info...
# CURL requires SSL support. Please notify webmaster or hosting company. 28 => connect() timed out! more info.


The first one, after the massive lag, is a result of your webserver having difficulty doing a DNS lookup for the domain specified.
The second one is an attempt to use CURL in SSL mode to communicate.

The lag will be the result of both the DNS lookup timeout and the SSL connection timeout.