Jmacsnow Posted May 2, 2008 Posted May 2, 2008 The UPS shipping mod works well, until I try to checkout with paypal express. When I click to buy, I am given this page: store/ext/modules/payment/paypal/express.php?osC_Action=retrieve&token=EC-5A513876UD259000R&PayerID=7DX67Z2RELAD2 And I receive this error: Fatal error: Cannot instantiate non-existent class: httpclient in /home/vermonts/public_html/store/includes/modules/shipping/ups.php on line 265 Can someone help me? Johnny Mac Quote To lose just a day...tragic.
Jan Zonjee Posted May 2, 2008 Posted May 2, 2008 Fatal error: Cannot instantiate non-existent class: httpclient in /home/vermonts/public_html/store/includes/modules/shipping/ups.php on line 265 Try adding the fix that was added to USPS for that error: if (!class_exists('httpClient')) { include('includes/classes/http_client.php'); } $http = new httpClient(); // line 265 in ups.php most probably Quote
Jmacsnow Posted May 2, 2008 Author Posted May 2, 2008 Try adding the fix that was added to USPS for that error: if (!class_exists('httpClient')) { include('includes/classes/http_client.php'); } $http = new httpClient(); // line 265 in ups.php most probably Thank you very much. that took it home! Johnny Mac Quote To lose just a day...tragic.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.