Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default cURL installation error

    I searched the forum but couldn't find a solution to this specific problem.

    I'm installing ZenCart 1.3.8a and on the prerequisites, I am getting these errors:

    # PHP cURL Support = ON
    # CURL NON-SSL Capability = CURL problems detected: 7 => Failed to connect to 64.5.47.46: Operation not permitted Click here for more info
    # CURL SSL Capability = CURL requires SSL support. Please notify webmaster or hosting company. 7 => Failed to connect to 64.5.47.46: Operation not permitted Click here for more info
    # CURL NON-SSL Capability via Proxy = CURL problems detected: 7 => Failed to connect to 64.202.165.130: Operation not permitted Click here for more info
    # CURL SSL Capability via Proxy = CURL requires SSL support. Please notify webmaster or hosting company. 7 => Failed to connect to 64.202.165.130: Operation not permitted Click here for more info


    Any idea what's going on? I have cURL support activated and I have an SSL ticket installed.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: cURL installation error

    "Operation not permitted" seems to be something coming back from your webserver.
    You'll need to talk to your hosting company about why you're getting "Operation not permitted" errors when trying to use CURL to connect to external servers.
    .

    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.

  3. #3
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: cURL installation error

    I spoke to my hosting provider and they said I need to open up the connection. I need to provide them with a port number, a url, and ip address and they can set it up. I see two IP addresses in the errors above. Do I need to set up both IP's and what port number(s) and url(s) do I need to provide them with?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: cURL installation error

    You can open the IPs mentioned earlier, on ports 80 and 443. That should let the installer pass its checks to confirm that CURL is actually working for SSL and non-SSL modes.

    As to others ...
    What do you plan to use your store for?
    How do you plan to accept payment?
    What shipping services do you intend to use?

    Answers to these questions will determine whether you'll need to open certain IPs and ports for certain service providers you may choose.
    .

    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.

  5. #5
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: cURL installation error

    I am very new to all the shopping cart / SSL stuff so bear with me. I run a poker league and want to set up a shop with poker supplies. I will be getting my inventory (either csv or xml) from Trademark Commerce. I will be processing payments via PayPal and Trademark Commerce will be shipping the products from their warehouse. But I will have some league specific merchandise (t-shirts, sweatshirts, hats, etc.) that I will be shipping myself. With that said I will most likely be using one of three shipping options: USPS, FedEx, UPS.

    I found an option to request support for outbound connections in my hosting control panel. I need to fill this in and send it in. Maybe you can help me in filling it out. Here it is:

    Please allow the outbound connections for scripts for FTP username: mwpt
    Local script filename (and location) which needs the outbound connection:
    1.
    2.
    ...
    Remote server IP address and port number:
    1.
    2.
    ...
    Exact purpose of this connection:
    1.
    2.
    ...
    Please note that our firewall is IP based. If the remote host changes its IP address in the future, please notify us of the change.



    Thank you for your help!

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: cURL installation error

    Fussy aren't they ...

    Script: index.php in my Zen Cart application folder.

    Remote Server IP and port:
    1. 64.5.47.46:80 and :443
    2. ports 80 and 443 on these IPs: (taken from official list published here: https://ppmts.custhelp.com/cgi-bin/p...php?p_faqid=92 )
    216.113.188.10
    66.211.168.126
    66.211.168.194
    216.113.188.202
    216.113.188.203
    216.113.188.204
    216.113.188.64
    216.113.188.34
    66.211.170.66
    66.211.168.65
    66.211.168.97
    66.211.168.193
    66.211.168.209
    64.4.241.16
    64.4.241.32
    64.4.241.33
    64.4.241.34
    64.4.241.35
    64.4.241.36
    64.4.241.37
    64.4.241.38
    64.4.241.39
    64.4.241.49
    64.4.241.65
    64.4.241.129
    216.113.188.32
    216.113.188.33
    216.113.188.34
    216.113.188.35
    216.113.188.64
    216.113.188.65
    216.113.188.66
    216.113.188.67

    Purpose:
    1. Zen Cart installation server, to test whether CURL works on this webserver
    2. PayPal servers to handle ecommerce payments
    .

    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.

  7. #7
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: cURL installation error

    My hosting company replied to my request with this:

    Hello Victor,

    Unfortunately, we can only have 10 IP addresses to allow outbound connections per FTP account.


    What should I do about this? Do I need to have all these IP addresses?

  8. #8
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: cURL installation error

    BTW,

    I have 5 free FTP accounts with my hosting plan. Can I just add more FTP accounts and have 10 IP addresses on each FTP account?

  9. #9
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: cURL installation error

    Start by picking the first 10.

    And then keep in mind that maybe the hosting service you're using isn't adequately powered to handle your eCommerce store, and maybe consider moving to something more suitable down the road when your current relationship comes due for renewal.
    .

    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.

 

 

Similar Threads

  1. v151 using easyphp getting CURL and CURL SSL support error
    By lepitite in forum Installing on a Windows Server
    Replies: 2
    Last Post: 6 Jan 2014, 02:48 PM
  2. Pleaes help CURL error during installation
    By devlinpadayachee in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 17 Nov 2010, 08:12 PM
  3. 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
  4. CURL requires SSL support Error on Installation
    By dsaini77 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Jul 2008, 11:34 AM
  5. Curl Support Error in Installation
    By dravekx in forum Installing on a Windows Server
    Replies: 1
    Last Post: 25 Jan 2008, 12:29 PM

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