Artikel duplizieren geht nicht

Hi,

im Backend geht „Artikel duplizieren nicht“, augensscheinlich passiert nichts, in der Datenbank wird jedoch ein Record in s_articles angelegt, im Logfile habe ich folgende Fehlermeldung. 

PDOException: SQLSTATE(23000): Integrity constraint violation: 1062 Duplicate entry ‚26041-3-64‘ for key ‚articleID‘ in /engine/Library/Zend/Db/Statement/Pdo.php:219 Stack trace:
#0 /engine/Library/Zend/Db/Statement/Pdo.php(219): PDOStatement->execute(Array)
#1 /engine/Library/Zend/Db/Statement.php(297): Zend_Db_Statement_Pdo->_execute(Array)
#2 /engine/Library/Zend/Db/Adapter/Abstract.php(472): Zend_Db_Statement->execute(Array)
#3 /engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(232): Zend_Db_Adapter_Abstract->query(‚INSERT INTO s_a…‘, Array)
#4 /engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php(83): Zend_Db_Adapter_Pdo_Abstract->query(‚INSERT INTO s_a…‘, Array)
#5 /engine/Shopware/Controllers/Backend/Article.php(2616): Enlight_Components_Db_Adapter_Pdo_Mysql->query(‚INSERT INTO s_a…‘, Array)
#6 /engine/Shopware/Controllers/Backend/Article.php(373): Shopware_Controllers_Backend_Article->duplicateArticleCategories(26023, ‚26041‘)
#7 /engine/Library/Enlight/Controller/Action.php(192): Shopware_Controllers_Backend_Article->duplicateArticleAction()
#8 /engine/Library/Enlight/Controller/Dispatcher/Default.php(478): Enlight_Controller_Action->dispatch(‚duplicateArticl…‘)
#9 /engine/Library/Enlight/Controller/Front.php(228): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#10 /engine/Shopware/Kernel.php(185): Enlight_Controller_Front->dispatch()
#11 /vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#13 /engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#14 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /engine/Shopware/Components/HttpCache/AppCache.php(99): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#16 /var/www/vhosts/schaererkunz-shop.de/TestDE.schaererkunz-shop.de/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#17

 

Viele Grüße

Michael