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.