xnoodleboyx Posted October 15, 2002 Share Posted October 15, 2002 Ok. I'm having some trouble with the shipping modules. i get different errors in catalog/checkout_payment.php depending on the shipping module i have installed. if i install the fedex module i get the following error: Warning: fopen("http://grd.fedex.com/cgi-bin/rrr2010.exe?func=Rate&Screen=Ground&OriginZip=NONE&OriginCountryCode=US&DestZip=R3T 5E6&DestCountryCode=CA&Weight=33&WeightUnit=LBS&DimUnit=IN", "r") - Success in /path/catalog/includes/classes/fedex.php on line 102 Warning: Supplied argument is not a valid File-Handle resource in /path/catalog/includes/classes/fedex.php on line 103 Warning: Supplied argument is not a valid File-Handle resource in /path/catalog/includes/classes/fedex.php on line 104 if i install the ups module i get the following: Warning: Cannot add header information - headers already sent by (output started at /path/catalog/includes/classes/ups.php:160) in /path/catalog/checkout_payment.php on line 32 if i install the usps module i get this error: Warning: fopen("NONE?API=Rate&XML=PriorityNONER3T 5E6330NoneREGULARFalse", "r") - No such file or directory in /path/catalog/includes/classes/usps.php on line 109 Warning: Supplied argument is not a valid File-Handle resource in /path/catalog/includes/classes/usps.php on line 110 Warning: Supplied argument is not a valid File-Handle resource in /path/catalog/includes/classes/usps.php on line 111 (where "path" is obviously the appropriate path) i assume this has something to do with the files that are trying to be accessed on fedex, ups and usps' pages? is there a fix for this? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.