Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Install says Curl not installed, but it is.

Install says Curl not installed, but it is.

Locked

Views: 24,070

Results 21 to 40 of 62
This thread is locked. New replies are disabled.
9 Dec 2007, 8:22 AM
#21
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Install says Curl not installed, but it is.

juicevb10:

I'm getting the same errors regarding CURL.
Here is a link to my curltest.php

And, the error is correct ... Your CURL won't let you connect via SSL:
http://cacaocouture.com/store/extras/curltest.php?ssl=1 (7-couldn't connect to host).

9 Dec 2007, 8:33 AM
#22
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

Something wrong with the SSL Cert as well.

https://cacaocouture.com/ also gives errors.

This is a Server problem that the Hoster will need to fix.

9 Dec 2007, 5:24 PM
#23
albertwshen avatar

albertwshen

New Zenner

Join Date:
Nov 2007
Posts:
3
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

Is anyone else using 1and1.com? I'm wondering if it's them.

9 Dec 2007, 6:12 PM
#24
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,873
Plugin Contributions:
7

Re: Install says Curl not installed, but it is.

Hi,
I am having the same problem as described above.
There is a working 1.37 installation on the site and I am trying to install 1.38 alongside for testing.
this is link to my curltest.php

regards
Steve

9 Dec 2007, 7:03 PM
#25
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Install says Curl not installed, but it is.

torvista:

Hi,
I am having the same problem as described above.
There is a working 1.37 installation on the site and I am trying to install 1.38 alongside for testing.
this is link to my curltest.php

It's exactly as the warning message states: Your server's CURL is not able to communicate to external servers. You'll have to have your hosting company troubleshoot their CURL configuration.

9 Dec 2007, 7:31 PM
#26
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

it's not a 1and1 hosting problem (for once) since I'm on surfspeedy now.

The last time I tried it I forgot to edit the configure.php files after moving the files to the public_html folder.

I'll try again sometime today. If it slows down enough. People keep buying things. haha. It's going to be a Very Merry Christmas!

9 Dec 2007, 7:35 PM
#27
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Install says Curl not installed, but it is.

birdoasis:

However with the configure.php file from my working store, and the current store path the installer can connect to curl.
That's very odd, since the CURL testing isn't based on files/paths on your server. What happens if you run the curltest.php script from the /extras/ folder?

9 Dec 2007, 7:40 PM
#28
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

By the way,

Don't let the Curl error stop you from trying to install. Set all the folders to the right permissions and fix any other errors that you can and you'll see that the update and install buttons become active.

This is what I did and I think it would have worked once copied to the main directory of my site. I was simply too tired to realize that I forgot to edit the paths in the configure.php files after moving the files.

I'm now going to Curl forums to see what the problem could be so that when I ask my host to check it out I can give them some reference links. Giving reference links will help the low level techs decide to boost your ticket to the higher level techs.

If I find the Curl links I'm looking for I'll post them in here.

DrByte's right, there must be some configuration with Curl that isn't allowing the connection via a subdirectory. And since I can make the connection by simply changing the url path to the main directory of the site, I'm able to confirm that the configuration of Curl is wacky in some way. Yes, wacky is a technical term.

9 Dec 2007, 7:53 PM
#29
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Install says Curl not installed, but it is.

birdoasis:

DrByte's right, there must be some configuration with Curl that isn't allowing the connection via a subdirectory.

What I was trying to say is that the "subdirectory" should have no effect one way or another. If you try to tell your tech folks that it's related to being in a certain subdirectory they'll likely put you at the bottom of the list.

9 Dec 2007, 8:58 PM
#30
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

Ok,

Backing up and trying the curl test.

9 Dec 2007, 9:01 PM
#31
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

http://www.birdoasis.com/alpha/extras/curltest.php

Gives me:

28 connect() timed out!
Array
(
[url] => "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.007684
[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
)

9 Dec 2007, 9:04 PM
#32
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

Results from the main directory:

http://www.birdoasis.com/extras/curltest.php

28 connect() timed out!
Array
(
[url] => "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.0029
[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
)

9 Dec 2007, 9:04 PM
#33
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

Wait a minuet.

Notice the zen-cart url in there.

Let me checkout the code on curltest.php

9 Dec 2007, 9:09 PM
#34
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

I don't have the testcurl.php file. I assume that it's different than curltest.php. Or am I heading in the wrong direction again?

9 Dec 2007, 9:10 PM
#35
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Install says Curl not installed, but it is.

birdoasis:

Notice the zen-cart url in there.Yes, the zen-cart.com URL is intended. It attempts to use CURL to talk to the zen-cart.com server (testcurl.php there), to see whether CURL works on your server or not.> birdoasis:

I don't have the testcurl.php file. I assume that it's different than curltest.php. Or am I heading in the wrong direction again?

Wrong direction.

9 Dec 2007, 9:40 PM
#36
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

Ok

So by looking at the test results Curl is not connecting at all, yet it seems to be working on my site. Therefore I simply ask my hosting techs to check out the Curl installation?

9 Dec 2007, 10:13 PM
#37
birdoasis avatar

birdoasis

Inactive

Join Date:
Jun 2005
Location:
Cheney WA
Posts:
1,123
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

I installed was able to complete the update on the script and database by ignoring the Curl errors but I can't login to admin.

I'm assuming this is due to the problems I'm having with Curl. I've entered a ticket explaining the problem as best I can, leaving out the sub directory issues.

I'll let you know what they say.

Am I making the wrong assumption? Blaming Curl for not being able to login? I've even tried resetting the password via the login script.

This is the new installation in a seperat folder, site is still fine. Still making sales. not touching that yet.

10 Dec 2007, 1:46 AM
#38
juicevb10 avatar

juicevb10

New Zenner

Join Date:
Nov 2007
Posts:
30
Plugin Contributions:
0

Re: Install says Curl not installed, but it is.

Yeah, you're right. I had messed up my server configuration last night trying to upgrade my MySQL version and the whole thing went down. I got it all fixed and Curl SSL support installed on there too. Everything looks great. Thank you for looking into it...

10 Dec 2007, 3:40 AM
#39
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Install says Curl not installed, but it is.

I found that ignoring the CURL statements worked. Login problems with the admin may be something else.

10 Dec 2007, 3:47 AM
#40
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Install says Curl not installed, but it is.

birdoasis:

I installed was able to complete the update on the script and database by ignoring the Curl errors but I can't login to admin.

I'm assuming this is due to the problems I'm having with Curl. I've entered a ticket explaining the problem as best I can, leaving out the sub directory issues.

I'll let you know what they say.

Am I making the wrong assumption? Blaming Curl for not being able to login? I've even tried resetting the password via the login script.CURL vs admin login are unrelated.

https://www.zen-cart.com/tutorials/index.php?article=84
https://www.zen-cart.com/tutorials/index.php?article=281