Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / No response to CURL from Fedex server, check CURL availability?

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

Locked

Views: 7,873

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
11 Sep 2006, 18:02
#1
zc_newbie avatar

zc_newbie

New Zenner

Join Date:
Aug 2006
Posts:
98
Plugin Contributions:
0

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

11 Sep 2006, 18:26
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

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

12 Sep 2006, 13:30
#3
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

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

12 Sep 2006, 16:42
#4
zc_newbie avatar

zc_newbie

New Zenner

Join Date:
Aug 2006
Posts:
98
Plugin Contributions:
0

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

12 Sep 2006, 17:15
#5
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

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

issue is fixed
we just uploaded fresh files

12 Sep 2006, 19:36
#6
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

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

uploaded files? to his server or what?

12 Sep 2006, 21:22
#7
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

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

12 Sep 2006, 22:43
#8
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

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.

13 Sep 2006, 06:25
#9
zc_newbie avatar

zc_newbie

New Zenner

Join Date:
Aug 2006
Posts:
98
Plugin Contributions:
0

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

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