SW 5.3.7 und Payone

Hallo,

habe eine Frage zu den Cache Dateien unter var/cache/production_2018…/doctrine/attribute/Customer.php.

Dort steht ab Zeile 142:

public function __construct()
    {
        $this->moptPayoneConsumerscoreResult = "NULL";
        $this->moptPayoneConsumerscoreDate = new \DateTime("NULL");
        $this->moptPayoneConsumerscoreColor = "NULL";
        $this->moptPayoneConsumerscoreValue = NULL;
        $this->bestitAmazonUserId = "NULL";
        $this->bestitAmazonUserName = "NULL";
        $this->bestitAmazonAlexaUserId = "NULL";
        $this->bestitAmazonAlexaNotificationDisableCounter = NULL;
        $this->bestitAmazonAlexaNotification = NULL;
    }

Das Plugin Payone ist seit Ewigkeiten nicht mehr installiert.

Was ich daran nicht verstehe, irgendwo werden diese Cachedateien zusammengebaut, ich kann den Ursprung dafür nicht finden.

Es gibt zwar Datenbankeinträge, wo Payone vorkommt, die sind aber meiner Meinung nach dafür nicht verantwortlich, wurden über die SW Versionen vermutlich mitgeschleppt.

Es gibt keinen Eintrag in s_core_plugins.

Es gibt keine Dateien im ganzen Shopwareverzeichnis außer im Cache, wo Payone enthalten ist (grep -r -i -l ‚payone‘ ./.)

Das Problem tauchte nach einem Update von MariaDB auf 10.4.8 auf, was ich mit https://forum.shopware.com/discussion/comment/239394/#Comment_239394 lösen konnte.
Die Fehlermeldung war:

Exception: DateTime::__construct(): Failed to parse time string (NULL) at position 0 (N): The timezone could not be found in the database in /var/www/clients/client1/web11/web/shopware/stage2/var/cache/production_201801171346/doctrine/attributes/Customer.php:145 

Also meine eigentliche Frage, wo kommen die moptPayoneConsumer-Einträge her oder muss das so sein?

Vielen Dank
Gruß

Gunnar