Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default No response to CURL from Fedex server, check CURL availability?

    this is what i'm getting from the site... during checkout... its not giving me any rates...

    FedEx Express
    No response to CURL from Fedex server, check CURL availability, or maybe timeout was set too low, or maybe the Fedex site is down

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: No response to CURL from Fedex server, check CURL availability?

    Make sure that you have CURL enabled on your box,
    make sure of the path to cURL and make sure that if its by proxy that you set the URL for it
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: No response to CURL from Fedex server, check CURL availability?

    my server got hacked - they set up a new server - everything was working until they changed the settings. Linkpoint started giving me problems then so I asked the hosting folks to recompile php with curl because this has solved similar problems in the past. Now the fedex module that was working isn't working any longer.

    I get the message
    No data returned from Fedex, perhaps the Fedex site is down

    which tells me that I'm simply no longer connecting and would assume it's curl. But since it was working before they recompiled, I would assume the curl path is still not needed.

    You have any ideas about what to do next? My hosting folks are clueless; my customers are trying to be patient; I'm trying to hold on to my sanity while cleaning up 60 sites with problems due to hosting. (yes, I'm moving to a dedicated server soon!)
    The full-time Zen Cart Guru. WizTech4ZC.com

  4. #4
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: No response to CURL from Fedex server, check CURL availability?

    i tried uploaded the changed file to zen cart now i'm getting this response...

    Fatal error: Cannot instantiate non-existent class: fedexexpress in /home2/mflora/public_html/includes/classes/shipping.php on line 47

  5. #5
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: No response to CURL from Fedex server, check CURL availability?

    issue is fixed
    we just uploaded fresh files
    Zen cart PCI compliant Hosting

  6. #6
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: No response to CURL from Fedex server, check CURL availability?

    uploaded files? to his server or what?
    The full-time Zen Cart Guru. WizTech4ZC.com

  7. #7
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: No response to CURL from Fedex server, check CURL availability?

    Yes we uploaded fresh files,
    the same ones that you have
    his were modified,

    you may need to contact your host and find out 1. if they have cURL installed
    if they do is in a special path
    or if cURL is by proxy
    Zen cart PCI compliant Hosting

  8. #8
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: No response to CURL from Fedex server, check CURL availability?

    curl is installed - running the curl test script,
    <?php

    $ch = curl_init("http://www.whatever.com/");
    $fp = fopen("index.php", "w");

    curl_setopt($ch, CURLOPT_FILE, $fp);
    curl_setopt($ch, CURLOPT_HEADER, 0);

    curl_exec($ch);
    curl_close($ch);
    fclose($fp);
    ?>

    returns
    the index page but with these errors
    Warning: fopen(index.php) [function.fopen]: failed to open stream: Permission denied in /home/marvesta/public_html/testing.php on line 4

    Warning: curl_setopt(): supplied argument is not a valid File-Handle resource in /home/marvesta/public_html/testing.php on line 6

    Warning: fclose(): supplied argument is not a valid stream resource in /home/marvesta/public_html/testing.php on line 11

    You got a clue? My hosting folks don't have a single one.

    There's no change in the curl path and no proxy.

    Sounds like php settings to me.
    The full-time Zen Cart Guru. WizTech4ZC.com

  9. #9
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: No response to CURL from Fedex server, check CURL availability?

    gotta love camelot hosting services. i don't get any of that bs like i do from godaddy.

 

 

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. 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
  3. no curl support on server
    By robert4442 in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 12 Jun 2009, 06:15 PM
  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

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