Problem mit e-Mail-Vorlagen nach Update

Hallo Community,

hat schon jemand änhliches Problem nach Update 4 > 5.x gehabt?

Ups! Ein Fehler ist aufgetreten! Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. 
Entity of type ‘Shopware\Models\Order\Status’ for IDs id(2) was not found in vendor/doctrine/orm/lib/Doctrine/ORM/EntityNotFoundException.php on line 47 
Stack trace: 
#0 vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php(195): Doctrine\ORM\EntityNotFoundException::fromClassNameAndIdentifier(‘Shopware\Models…’, Array) 
#1 var/cache/production_201610171619/doctrine/proxies/__CG__ShopwareModelsOrderStatus.php(274): Doctrine\ORM\Proxy\ProxyFactory->Doctrine\ORM\Proxy{closure}(Object(Shopware\Proxies__CG__\Shopware\Models\Order\Status), ‘getGroup’, Array) 
#2 var/cache/production_201610171619/doctrine/proxies/__CG__ShopwareModelsOrderStatus.php(274): Closure->__invoke(Object(Shopware\Proxies__CG__\Shopware\Models\Order\Status), ‘getGroup’, Array) 
#3 engine/Shopware/Models/Mail/Mail.php(363): Shopware\Proxies__CG__\Shopware\Models\Order\Status->getGroup() 
#4 engine/Shopware/Controllers/Backend/Mail.php(128): Shopware\Models\Mail\Mail->isOrderStateMail() 
#5 engine/Library/Enlight/Controller/Action.php(159): Shopware_Controllers_Backend_Mail->getMailsAction() 
#6 engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch(‘getMailsAction’) 
#7 engine/Library/Enlight/Controller/Front.php(223): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) 
#8 engine/Shopware/Kernel.php(177): Enlight_Controller_Front->dispatch() 
#9 vendor/symfony/http-kernel/HttpCache/HttpCache.php(487): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) 
#10 engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) 
#11 vendor/symfony/http-kernel/HttpCache/HttpCache.php(258): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) 
#12 engine/Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true) 
#13 shopware.php(113): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) 
#14 {main}  

Im Backend unter E-Mail-Vorlagen sind keine einträge sichtbar, aber bei erstellung neuen Vorlagen bekommen wir Hinweis da Vorlage ist bereits vorhanden.
In Datenbank : s_core_config_mail spalte “context” geleert, nicht geholfen.

Foreign Keys haben wir schon gemacht, aber leider kein Erfolg. Cache unter /var/cache/* gelöscht auch kein Erfolg.

Für jede Hilfe sind wir sehr dankbar

Liebe grüße

Exact Team

Problem ist gelöst !

Tabelle “s_core_config_mails” leeren (truncate) , die selbe tabelle aus 4.x sql wieder importiert, danach repairForeignKeys.sql und alles wieder gut :wink:

Lg

Exact Team