ralgiere Posted April 30, 2018 Share Posted April 30, 2018 Will UPS XML v1.4 work with Edge and if not witch one will? Quote Link to comment Share on other sites More sharing options...
Gino D Posted May 19, 2018 Share Posted May 19, 2018 I'm trying to get 1.71 to work and it's giving me the error: Quote Warning: require_once(DIR_WS_CLASSESxml.php): failed to open stream: No such file or directory in /home4/shadow13x/public_html/includes/modules/shipping/upsxml.php on line 24Fatal error: require_once(): Failed opening required 'DIR_WS_CLASSESxml.php' (include_path='.:/opt/php56/lib/php') in /home4/shadow13x/public_html/includes/modules/shipping/upsxml.php on line 24 Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 20, 2018 Share Posted May 20, 2018 It's because code definitions, like DIR_WS_CLASSES are no longer used. You can replace them (recommended)or install the compatibility addon. To fix the above error, find all instances of DIR_WS_CLASSES in the code and replace them with 'includes/classes/' (note that the apostrophe's are required). There may other definitions in the file so those would need to be replaced too. 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...
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.