Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    May 2012
    Posts
    55
    Plugin Contributions
    0

    customer issue can not set up Curl

    I install the zencart 1.5 everything is good, but when I want to set up Crul,I cannot find form
    config->Mystore, is any one know where to setup the curl?

  2. #2
    Join Date
    Jan 2012
    Posts
    427
    Plugin Contributions
    0

    Default Re: can not set up Curl

    Curl is enabled within PHP.

    Uncomment out the curl line in your php.ini file to enable curl: extension=php_curl.dll


    That is if you have it installed.

  3. #3
    Join Date
    May 2012
    Posts
    55
    Plugin Contributions
    0

    Default Re: can not set up Curl

    I am using Hostgator as ISP, when I log in xpanel, I cannot find any php.ini,should I ask hostgator Tech to help me or I can do it my self, I attach a copy of my setting it not show the curl in the admin
    Click image for larger version. 

Name:	config-admin-curl.jpg 
Views:	54 
Size:	37.7 KB 
ID:	10756

  4. #4
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,916
    Plugin Contributions
    3

    Default Re: can not set up Curl

    What problem are you experiencing relating to cURL ?
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  5. #5
    Join Date
    May 2012
    Posts
    55
    Plugin Contributions
    0

    Default Re: can not set up Curl

    I can not turn on the curl ,in the V1.39 the curl can be turn on in the admin>configuration>mystore as :
    cURL Proxy Status True
    cURL Proxy Address xxx

    but I as the last attachment I show my V1.5 config>mysore>
    I cannot find the place that I can setup the Crul
    attach one more time , and thank for replay
    Click image for larger version. 

Name:	config-admin-curl.jpg 
Views:	42 
Size:	37.7 KB 
ID:	10757

  6. #6
    Join Date
    May 2012
    Posts
    55
    Plugin Contributions
    0

    Default Re: can not set up Curl

    the problem is I can not turn on the curl ,
    in the V1.39 the curl can be turn on in the admin>configuration>mystore as :
    cURL Proxy Status True
    cURL Proxy Address xxx

    but in the last attachment I show my V1.5 config>mysore>
    I cannot find the place that I can setup the Curl
    and the "Limitless" tell me the change the php.ini
    I am using the hostgator as ISP, I can not find this file in my cpenal
    so which place that I can set up the curl or is any addon that I can use for adding the curl

  7. #7
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,916
    Plugin Contributions
    3

    Default Re: can not set up Curl

    The CURL proxy status feature has been removed from ZC1.5 because the function is deprecated

    SEE:http://www.zen-cart.com/showthread.p...ease-Available

    Read through the changelog and you will see:

    CHANGE-138 Set CURL Proxy Status to FALSE by default, and remove from display since it's now deprecated

    Ask hostgator to configure CURL in PHP for you.

    If they don't want to do that, go find a better host. (They are crap hosts anyway.... why you want to host with those idiots is unclear).
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  8. #8
    Join Date
    May 2012
    Posts
    55
    Plugin Contributions
    0

    Default Re: can not set up Curl

    Sorry I an not quite understand the V1.5
    I have already ask the hostgator. they said my curl already turned on. but when I try to setup paypal. it shows

    PayPal Express Checkout

    PayPal Express Checkout (rev1.5.0)
    Manage your PayPal account.

    Configuration Instructions:
    1. Sign up for your PayPal account - click here.
    ... and click "install" above to enable PayPal Express Checkout support.
    2. Ensure you have entered the appropriate security data for username/pwd etc, below.Requirements:
    *CURL is used for bidirectional communication with the gateway, so must be active on your hosting server
    (if you need to use a CURL proxy, set the CURL proxy settings under Admin->Configuration->My Store.)

    and when I check admin>server information
    the curl shows
    curl
    cURL support enabled
    cURL Information libcurl/7.24.0 OpenSSL/0.9.8t zlib/1.2.3 libidn/1.18

    it that mean I can setup paypal without setting the :
    "*CURL is used for bidirectional communication with the gateway, so must be active on your hosting server
    (if you need to use a CURL proxy, set the CURL proxy settings under Admin->Configuration->My Store.)"

  9. #9
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    3,959
    Plugin Contributions
    1

    Default Re: can not set up Curl

    Quote Originally Posted by soso838 View Post
    "*CURL is used for bidirectional communication with the gateway, so must be active on your hosting server
    (if you need to use a CURL proxy, set the CURL proxy settings under Admin->Configuration->My Store.)"
    I see the problem. You are confusing "CURL" and "CURL PROXY". These are NOT the same thing.

    cURL is something that is enabled/disabled at the server. These days it is almost always enabled on every server.

    cURL Proxy was a zencart setting created for GoDaddy users (and perhaps others) because these servers required special treatment in order to use cURL. The special treatment being the setting of the proxy server.

    These days it has been determined that none of the servers currently use/require the proxy settings, so they have been removed as a setting from the zencart code.

    In other words you can ignore any and all references to "CURL PROXY". If you are having a problem please provide details.

    Cheers
    Rod
    Last edited by RodG; 9 Jul 2012 at 08:32 AM.
    New support site for the ozpost shipping module now live!

  10. #10
    Join Date
    Jun 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: can not set up Curl

    Quote Originally Posted by RodG View Post
    I see the problem. You are confusing "CURL" and "CURL PROXY". These are NOT the same thing.

    cURL is something that is enabled/disabled at the server. These days it is almost always enabled on every server.

    cURL Proxy was a zencart setting created for GoDaddy users (and perhaps others) because these servers required special treatment in order to use cURL. The special treatment being the setting of the proxy server.

    These days it has been determined that none of the servers currently use/require the proxy settings, so they have been removed as a setting from the zencart code.

    In other words you can ignore any and all references to "CURL PROXY". If you are having a problem please provide details.

    Cheers
    Rod
    The problem is that the Paypal Payment module does not work because it still appears to be expecting cURL proxy to be switched off..but you cannot do this any more.

    So, I am stuck. Where the Paypal payment module cannot be completed because it directs me to disable cURL proxy before completing the payment module configuration...but I cannot disable the cURL proxy because it is no longer there.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. To cURL or not to cURL
    By sparrowce in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 6 Mar 2011, 07:47 PM
  2. 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
  3. No response to CURL from Fedex server, check CURL availability?
    By zc-newbie in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 13 Sep 2006, 07:25 AM

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
  •