View Single Post
  #38  
Old 11-03-2014, 01:20 AM
 
mixon mixon is offline
Michael Bugrov
 

X-Cart team
  
Join Date: Jul 2005
Posts: 91
 

Default Re: 4.6.5: UPS, Australia Post, Fedex and USPS updated and 58 other improvements

Quote:
Originally Posted by Dougrun
My upgrade not so good, applied patch, transferred files, transferred modded files, blank store and blank admin. Trying to figure out why. which log file??

PHP Fatal error: Class 'SoapClient' not found in ../public_html/include/func/func.soap.php on line 169

The thing is that UPS module now requires PHP SOAP. The module was initially enabled in your installation but new server requirements where not met... To solve this problem you have several options:

1. update PHP and enable SOAP:
http://php.net/manual/en/soap.installation.php

2. manually disable UPS module in DB:
Code:
UPDATE `xcart_modules` SET `active`='N' WHERE `module_name`='UPS_OnLine_Tools';

3. disable module before upgrade and re-upgrade the store.
__________________
--
Sincerely yours,
Michael Bugrov,
X-Cart Software Architector

founder of: X-Monitoring service
founder of: Infinite scroll

Facebook
Linked-in
Reply With Quote