Formulare lassen sich nicht mehr versenden

Hallo,

leider lassen sich keine Formulare mehr verschicken. Aus der Fehlermeldung werde ich nicht schlau. Wäre dankbar für eine Hilfestellung.

operations for entity: Shopware\Models\Form\Form@000000000471dee20000000061666508. To solve this issue: Either explicitly call EntityManager#persist() on this unknown entity or configure cascade persist this association in the mapping for example @ManyToOne(…,cascade={„persist“}). If you cannot find out which entity causes the problem implement ‚Shopware\Models\Form\Form#__toString()‘ to get a clue. in vendor/doctrine/orm/lib/Doctrine/ORM/ORMInvalidArgumentException.php on line 102

#0 vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(3443): Doctrine\ORM\ORMInvalidArgumentException::newEntitiesFoundThroughRelationships(Array)
#1 vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(362): Doctrine\ORM\UnitOfWork->assertThatThereAreNoUnintentionallyNonPersistedAssociations()
#2 vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(359): Doctrine\ORM\UnitOfWork->commit(NULL)
#3 engine/Shopware/Bundle/MailBundle/Service/LogEntryBuilder.php(267): Doctrine\ORM\EntityManager->flush()
#4 engine/Shopware/Bundle/MailBundle/Service/LogEntryBuilder.php(240): Shopware\Bundle\MailBundle\Service\LogEntryBuilder->persistContact(Object(Shopware\Models\Mail\Contact))
#5 engine/Shopware/Bundle/MailBundle/Service/LogEntryBuilder.php(93): Shopware\Bundle\MailBundle\Service\LogEntryBuilder->assignRecipients(Object(Shopware\Models\Mail\Log), Array)
#6 engine/Shopware/Bundle/MailBundle/Service/LogService.php(79): Shopware\Bundle\MailBundle\Service\LogEntryBuilder->build(Object(Enlight_Components_Mail))
#7 engine/Shopware/Bundle/MailBundle/DependencyInjection/EventListener/MailSubscriber.php(64): Shopware\Bundle\MailBundle\Service\LogService->log(Object(Enlight_Components_Mail))
#8 engine/Library/Enlight/Event/Handler/Default.php(87): Shopware\Bundle\MailBundle\DependencyInjection\EventListener\MailSubscriber->onSendMail(Object(Enlight_Event_EventArgs))
#9 engine/Library/Enlight/Event/EventManager.php(214): Enlight_Event_Handler_Default->execute(Object(Enlight_Event_EventArgs))
#10 engine/Library/Enlight/Components/Mail.php(386): Enlight_Event_EventManager->notify('Enlight_Compone...', Object(Enlight_Event_EventArgs))
#11 engine/Shopware/Controllers/Frontend/Forms.php(134): Enlight_Components_Mail->send()
#12 engine/Shopware/Controllers/Frontend/Forms.php(658): Shopware_Controllers_Frontend_Forms->commitForm()
#13 engine/Shopware/Controllers/Frontend/Forms.php(86): Shopware_Controllers_Frontend_Forms->handleFormPost('5')
#14 engine/Library/Enlight/Controller/Action.php(192): Shopware_Controllers_Frontend_Forms->indexAction()
#15 engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch('indexAction')
#16 engine/Library/Enlight/Controller/Front.php(228): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#17 engine/Shopware/Kernel.php(185): Enlight_Controller_Front->dispatch()
#18 vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#19 vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#20 engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#21 vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#22 vendor/symfony/http-kernel/HttpCache/HttpCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#23 engine/Shopware/Components/HttpCache/AppCache.php(138): Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Object(Symfony\Component\HttpFoundation\Request), true)
#24 vendor/symfony/http-kernel/HttpCache/HttpCache.php(181): Shopware\Components\HttpCache\AppCache->invalidate(Object(Symfony\Component\HttpFoundation\Request), true)
#25 engine/Shopware/Components/HttpCache/AppCache.php(110): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#26 shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#27 {main}

Viele Grüsse Tom

leider lassen sich keine Formulare mehr verschicken

Das wird sicherlich nicht ganz plötzlich von heute auf morgen passiert sein. Gab es ein Update bei PHP, MySQL und Shopware? Wenn auf was genau? Welche Shopware Version ist im Einsatz? Welche PHP-Version und MySQL wird gegenwärtig im Shop benutzt? -> steht alles unter Systeminfo im Backend. Wie werden die Mails versendet? php Mail oder SMTP?

Ja es ist plötzlich geschehen. Da wir regelmässig Anfragen bekommen. Durch Produkte die nur eine Anfrage haben. Es funktioniert kein Formular mehr. Es gab kein Update oder sonstiges. PHP Version 7.3.2 CGI da laut Mittwald die 7.3 FPM Fehler verursacht. Getestet wurde auch die Version 7.2 aktuellste. MySQL 5.7.18, Shopware 5.6.2. Es wurden keine Plugins installiert oder ähnliches. Das habe ich schon ausgeschlossen. Die Mails werden per mail versendet, da wurde nichts geändert. 

Das Problem ist gelöst. Es war am Email Logging gelegen. Dies war aktiviert. Nachdem es deaktiviert wurde werden die Mails wieder versendet. 

Hm, ist ja komisch aber ok wenn alles wieder geht.

Danke für deine Hilfe, in der Tat komisch, habe es in einer Testversion nachgestellt mit kompletten Standardwerten und ohne Plugins. Auch hier kommt die selbe Fehlermeldung. Bin durch ein anderen Post darauf aufmerksam geworden.