SoapClient error with migration script

Discussion in 'Plugins/Modules/Addons' started by cstone, Feb 14, 2017.

  1. cstone

    cstone New Member

    Immediate after dealing with iconCube, the script dies with an error about SoapClient not being found:
    [root@webcp migration]# ./migrate
    ionCube Check succeeded.

    Fatal error: Class 'SoapClient' not found in /root/migration/legacy/includes/importer.inc.php on line 3


    What can I do to resolve this?

    Chris
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please install the PHP SOAP extension, it should be available as package from the Linux distribution that you have installed, then run the script again.
     
  3. cstone

    cstone New Member

    Thanks - that did the trick.

    Chris
     

Share This Page