zpupster Posted May 5, 2019 Share Posted May 5, 2019 Hello support, I am testing oscommerce 2341Ce -frozen using php 7.1 I am looking for UPSXML latest version that works. I tried UPSXML 1.5 and tried trouble shooting the errors but could not succeed. I tried UPS Choice 1.83 with this error: Fatal error: Uncaught Error: Class 'httpClient' not found in ........../includes/modules/shipping/ups.php on line 265 I tried the this fix but no success: if ($http->Connect('www.ups.com', 80)) { To.... if ($http->Connect('ssl://www.ups.com', 443)) Has anyone had success with UPS addon for oscommerce 2341Ce -frozen using php 7.1 Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 5, 2019 Share Posted May 5, 2019 3 hours ago, zpupster said: I tried UPS Choice 1.83 with this error: Find this line in the includes/modules/shipping/ups.com file $http = new httpClient(); and add this above it if it isn't there if (!class_exists('httpClient')) { include('includes/classes/http_client.php'); } Then make sure the include('includes/classes/http_client.php is there. The latest UPS XML module should work but it a much more difficult installation than UPS Choice so you may have made a mistake in the installation. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
zpupster Posted May 11, 2019 Author Share Posted May 11, 2019 ty Jack mcs, must have been a mistake reinstalled works fine. z Quote Link to comment Share on other sites More sharing options...
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.