PayPal Express Button auch auf einmal verschwunden

Bei uns ist der PayPal Express Button auch auf einmal weg.

Shopware 5.6.2 und aktuelles PayPal Plugin.

Dafür erscheint jetzt plötzlich ein Ratenkauf Banner, obwohl wir Ratenkauf gar nicht aktiviert haben.

Ist bei uns auch so (SW 5.6.6) und bei den „Zahlungsarten“ unter „Mein Konto“ ist es auch verschwunden …
Jemand eine Idee, ein Bug?

Im Log finde ich beispielsweise immer wieder diese beiden Meldungen:

PDOException: SQLSTATE(42S22): Column not found: 1054 Unknown column ‚paymentAttribute.swag_paypal_unified_display_in_plus_iframe‘ in ‚field list‘ in /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:907 Stack trace:
#0 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(907): PDOStatement->execute()
#1 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): Doctrine\DBAL\Connection->executeQuery(‚SELECT payment…‘, Array, Array)
#2 /engine/Shopware/Bundle/StoreFrontBundle/Gateway/DBAL/PaymentGateway.php(90): Doctrine\DBAL\Query\QueryBuilder->execute()
#3 /engine/Shopware/Core/sAdmin.php(344): Shopware\Bundle\StoreFrontBundle\Gateway\DBAL\PaymentGateway->getList(Array, Object(Shopware\Bundle\StoreFrontBundle\Struct\ShopContext))
#4 /engine/Shopware/Core/sAdmin.php(1514): sAdmin->sGetPaymentMeanById(92, Array)
#5 /engine/Shopware/Controllers/Frontend/Checkout.php(873): sAdmin->sGetUserData()
#6 /engine/Shopware/Controllers/Frontend/Checkout.php(98): Shopware_Controllers_Frontend_Checkout->getUserData()
#7 /engine/Library/Enlight/Controller/Action.php(183): Shopware_Controllers_Frontend_Checkout->preDispatch()
#8 /engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch(‚ajaxCartAction‘)
#9 /engine/Library/Enlight/Controller/Front.php(228): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#10 /engine/Shopware/Kernel.php(188): Enlight_Controller_Front->dispatch()
#11 /vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(453): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#13 /engine/Shopware/Components/HttpCache/AppCache.php(261): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#14 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(426): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(317): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#16 /engine/Shopware/Components/HttpCache/AppCache.php(188): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#17 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#18 /engine/Shopware/Components/HttpCache/AppCache.php(113): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#19 /var/www/web1528/htdocs/shop/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#20

 An exception occurred while executing ‚SELECT payment.id as __payment_id, payment.name as __payment_name, payment.description as __payment_description, payment.template as __payment_template, payment.class as __payment_class, payment.table as __payment_table, payment.hide as __payment_hide, payment.additionaldescription as __payment_additionaldescription, payment.debit_percent as __payment_debit_percent, payment.surcharge as __payment_surcharge, payment.surchargestring as __payment_surchargestring, payment.position as __payment_position, payment.active as __payment_active, payment.esdactive as __payment_esdactive, payment.embediframe as __payment_embediframe, payment.hideprospect as __payment_hideprospect, payment.action as __payment_action, payment.pluginID as __payment_pluginID, payment.source as __payment_source, payment.mobile_inactive as __payment_mobile_inactive, paymentAttribute.id as __paymentAttribute_id, paymentAttribute.paymentmeanID as __paymentAttribute_paymentmeanID, paymentAttribute.bepado_is_allowed as __paymentAttribute_bepado_is_allowed, paymentAttribute.connect_is_allowed as __paymentAttribute_connect_is_allowed, paymentAttribute.swag_paypal_unified_display_in_plus_iframe as __paymentAttribute_swag_paypal_unified_display_in_plus_iframe, paymentAttribute.swag_paypal_unified_plus_iframe_payment_logo as __paymentAttribute_swag_paypal_unified_plus_iframe_payment_logo FROM s_core_paymentmeans payment LEFT JOIN s_core_paymentmeans_attributes paymentAttribute ON paymentAttribute.paymentmeanID = payment.id WHERE payment.id IN (?) ORDER BY position ASC, name ASC‘ with params („92“):  SQLSTATE(42S22): Column not found: 1054 Unknown column ‚paymentAttribute.swag_paypal_unified_display_in_plus_iframe‘ in ‚field list‘