SOAP extension is not loaded..

Liebe Community, in unserem Bestellprozess taucht seit Server Umzug folgender Fehler auf: SOAP extension is not loaded. in Vendor/Zend/library/Zend/Soap/Client.php on line 152 Stack trace: #0 Shopware/Plugins/Community/Frontend/SwagPaymentBillsafe/Components/Billsafe/Client.php(74): Zend_Soap_Client->__construct(‘https://soap.bi…’, Array) #1 Shopware/Plugins/Community/Frontend/SwagPaymentBillsafe/Bootstrap.php(552): Shopware_Components_Billsafe_Client->__construct(Object(Shopware_Models_Plugin_Config)) #2 [internal function]: Shopware_Plugins_Frontend_SwagPaymentBillsafe_Bootstrap::onInitResourceBillsafeClient(Object(Enlight_Event_EventArgs)) #3 Enlight/Event/EventHandler.php(60): call_user_func(‘Shopware_Plugin…’, Object(Enlight_Event_EventArgs)) #4 Enlight/Event/EventManager.php(96): Enlight_Event_EventHandler->execute(Object(Enlight_Event_EventArgs)) #5 Enlight/Bootstrap.php(179): Enlight_Event_EventManager->notifyUntil(‘Enlight_Bootstr…’, Array) #6 Enlight/Bootstrap.php(124): Enlight_Bootstrap->loadResource(‘BillsafeClient’) #7 Enlight/Application.php(396): Enlight_Bootstrap->hasResource(‘BillsafeClient’) #8 Shopware/Plugins/Community/Frontend/SwagPaymentBillsafe/Bootstrap.php(493): Enlight_Application->__call(‘BillsafeClient’, Array) #9 Shopware/Plugins/Community/Frontend/SwagPaymentBillsafe/Bootstrap.php(493): Shopware->BillsafeClient() #10 [internal function]: Shopware_Plugins_Frontend_SwagPaymentBillsafe_Bootstrap::onPostDispatch(Object(Enlight_Event_EventArgs)) #11 Enlight/Event/EventHandler.php(60): call_user_func(‘Shopware_Plugin…’, Object(Enlight_Event_EventArgs)) #12 Enlight/Event/EventManager.php(70): Enlight_Event_EventHandler->execute(Object(Enlight_Event_EventArgs)) #13 Enlight/Controller/Action.php(76): Enlight_Event_EventManager->notify(‘Enlight_Control…’, Array) #14 Enlight/Controller/Dispatcher/DispatcherDefault.php(329): Enlight_Controller_Action->dispatch(‘confirmAction’) #15 Enlight/Controller/Front.php(99): Enlight_Controller_Dispatcher_DispatcherDefault->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #16 Shopware/Bootstrap.php(33): Enlight_Controller_Front->dispatch() #17 Enlight/Application.php(86): Shopware_Bootstrap->run() #18 shopware.php(6): Enlight_Application->run() #19 {main} Hat jemand eine brauchbare Lösung parat, oder weis eventuell jemand an was das liegen kann?

Evtl. muss die SOAP Erweiterung installiert werden. Im Fall eines Debian/Ubuntu Servers geht das mit apt-get install php-soap Oder es fehlen die Bibliotheken selbst.

1 „Gefällt mir“

Vielen Dank! Das war genau die richtige Antwort! Danke für die schnelle Reaktion!

Und im Falle eines centOS 5 Servers? Mit welchem Befehl installier ich da die SOAP Extension? EDIT: Habs gefunden yum install php-soap