Fehler beim Zuweisen von mehreren Artikel zu einer Kategorie

Hallo!

Bei mir kommt es zu einem Fehler, wenn ich im Backend unter Artikel -> Kategorien  eine Kategorie auswähle, auf Artikelzuordnung gehe, mehrere Artikel aus der linken Spalte auswähle un diese über den Pfeil nachts rechts verschiebe. Er verschiebt die Artikel zwar, aber das apache2 log gibt einen 503 zurück.
Ich habe ins Error Log geschaut und folgendes gefunden:

[2016-02-26 01:53:11] core.ERROR: exception ‚Doctrine\ORM\ORMInvalidArgumentException‘ with message ‚Entity Shopware\Proxies__CG__\Shopware\Models\Article\Article@00000000500cb38600007fa4b1a1ff1a is not managed. An entity is managed if its fetched from the database or registered as new through EntityManager#persist‘ in /var/www/rc-projekt/vendor/doctrine/orm/lib/Doctrine/ORM/ORMInvalidArgumentException.php:124 Stack trace: 
#0 /var/www/rc-projekt/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(941): Doctrine\ORM\ORMInvalidArgumentException::entityNotManaged(Object(Shopware\Proxies__CG__\Shopware\Models\Article\Article)) 
#1 /var/www/rc-projekt/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(1065): Doctrine\ORM\UnitOfWork->recomputeSingleEntityChangeSet(Object(Doctrine\ORM\Mapping\ClassMetadata), Object(Shopware\Proxies__CG__\Shopware\Models\Article\Article)) 
#2 /var/www/rc-projekt/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(384): Doctrine\ORM\UnitOfWork->executeUpdates(Object(Doctrine\ORM\Mapping\ClassMetadata)) 
#3 /var/www/rc-projekt/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(356): Doctrine\ORM\UnitOfWork->commit(NULL) 
#4 /var/www/rc-projekt/engine/Shopware/Controllers/Backend/Category.php(276): Doctrine\ORM\EntityManager->flush() 
#5 /var/www/rc-projekt/engine/Shopware/Controllers/Backend/Category.php(185): Shopware_Controllers_Backend_Category->addCategoryArticles(‚353‘, Array) 
#6 /var/www/rc-projekt/engine/Library/Enlight/Controller/Action.php(158): Shopware_Controllers_Backend_Category->addCategoryArticlesAction() 
#7 /var/www/rc-projekt/engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch(‚addCategoryArti…‘) 
#8 /var/www/rc-projekt/engine/Library/Enlight/Controller/Front.php(226): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) 
#9 /var/www/rc-projekt/engine/Shopware/Kernel.php(153): Enlight_Controller_Front->dispatch() 
#10 /var/www/rc-projekt/vendor/symfony/http-kernel/HttpCache/HttpCache.php(492): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) 
#11 /var/www/rc-projekt/engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) 
#12 /var/www/rc-projekt/vendor/symfony/http-kernel/HttpCache/HttpCache.php(263): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) 
#13 /var/www/rc-projekt/engine/Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true) 
#14 /var/www/rc-projekt/shopware.php(101): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) 
#15 {main} {„uid“:„d74ab9b“}

 

Für eure Hilfe wäre ich dankebar :slight_smile:

 

Gruß

SlowLoris