Projekt

Allgemein

Profil

GX-Bug #69914

Von Moritz Bunjes vor mehr als 1 Jahr aktualisiert

The 4.5.1.0 update tries to remove the skrill payment modules from the gx_configuration table by using `$this->getConfiguration('configuration/MODULE_PAYMENT_INSTALLED')` instead `$this->getConfiguration('MODULE_PAYMENT_INSTALLED')`. This fails because the `configuration/` prefix is automatically added by the getConfiguration method. The `$this->replaceConfiguration('MODULE_PAYMENT_INSTALLED', $installedPaymentModules);` call created a new `configuration/configuration/MODULE_PAYMENT_INSTALLED` record, which should be deleted.

Zurück