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
)
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
)
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
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?
Re: Install says Curl not installed, but it is.
Quote:
Originally Posted by
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.
Quote:
Originally Posted by
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.
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?
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.
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...
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.
Re: Install says Curl not installed, but it is.
Quote:
Originally Posted by
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/i...hp?article=281