SQL Fehler beim Statuswechsel von Bestellungen

Diesen Fehler bekomme ich, wenn ich einen Status umstellen will bei den Bestellungen:

An exception occurred while executing ‚SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.template AS template_4, t0.class AS class_5, t0.table AS table_6, t0.hide AS hide_7, t0.additionaldescription AS additionaldescription_8, t0.debit_percent AS debit_percent_9, t0.surcharge AS surcharge_10, t0.surchargestring AS surchargestring_11, t0.position AS position_12, t0.active AS active_13, t0.esdactive AS esdactive_14, t0.mobile_inactive AS mobile_inactive_15, t0.embediframe AS embediframe_16, t0.hideprospect AS hideprospect_17, t0.action AS action_18, t0.pluginID AS pluginID_19, t0.source AS source_20, t21.id AS id_22, t21.paymentmeanID AS paymentmeanID_23, t21.blur_payment_logo AS blur_payment_logo_24, t21.swag_paypal_unified_display_in_plus_iframe AS swag_paypal_unified_display_in_plus_iframe_25, t21.swag_paypal_unified_plus_iframe_payment_logo AS swag_paypal_unified_plus_iframe_payment_logo_26, t21.paymentmeanID AS paymentmeanID_27, t0.pluginID AS pluginID_28 FROM s_core_paymentmeans t0 LEFT JOIN s_core_paymentmeans_attributes t21 ON t21.paymentmeanID = t0.id WHERE t0.name = ? LIMIT 1‘ with params [„SwagPaymentPayPalUnified“]: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‚t21.blur_payment_logo‘ in ‚field list‘|[image][image]|

Ja das System versucht auf eine Spalte zuzugreifen, die es aber nicht mehr gibt. Vermutlich mal ein Plugin deinstalliert was nicht korrekt funktionierte. Möglichkeit: Den Cache mal komplett zu löschen (also nicht übers Backend) - - also den Ordner var/cache/production_xxx komplett per FTP/SSH löschen. Dann schauen ob es geht.

Ohhh das hat geholfen :))))
Vielen Dank