Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 62
  1. #31
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default 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
    )

  2. #32
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default 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
    )

  3. #33
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default 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

  4. #34
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default 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?
    Last edited by DrByte; 9 Dec 2007 at 10:12 PM. Reason: <code removed>

  5. #35
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

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

    Quote Originally Posted by birdoasis View Post
    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 View Post
    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.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #36
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default 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?

  7. #37
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default 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.
    Last edited by birdoasis; 9 Dec 2007 at 11:15 PM. Reason: added last two paragraphs.

  8. #38
    Join Date
    Nov 2007
    Posts
    30
    Plugin Contributions
    0

    Default 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...

  9. #39
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default 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. #40
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

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

    Quote Originally Posted by birdoasis View Post
    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
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 4 of 7 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Curl error during 1.3.9 install. we have curl installed tho
    By bangsters in forum General Questions
    Replies: 1
    Last Post: 16 May 2010, 08:55 AM
  2. Installed but says missing files
    By DeeLite in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 17 Feb 2010, 04:50 AM
  3. Says Coupons not installed
    By touchclothing in forum General Questions
    Replies: 2
    Last Post: 13 Feb 2009, 02:55 AM
  4. Installation curl warnings -- CURL not installed on XAMPP on XP?
    By magpie c in forum Installing on a Windows Server
    Replies: 2
    Last Post: 6 Feb 2009, 07:27 AM
  5. cUrl - says SSL not installed - do I need it?
    By klog in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 7 Mar 2008, 02:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR