Liebes Forum
ich will einen Artikel duplizieren es kommt aber nur die folgende Fehlermeldung:
ERROR
Message: exception 'PDOException' with message 'SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row 1' in /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Statement/Pdo.php:228
Stack trace:
#0 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array)
#1 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Statement.php(303): Zend_Db_Statement_Pdo->_execute(Array)
#2 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#3 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('INSERT INTO s_a...', Array)
#4 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php(75): Zend_Db_Adapter_Pdo_Abstract->query('INSERT INTO s_a...', Array)
#5 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Controllers/Backend/Article.php(641): Enlight_Components_Db_Adapter_Pdo_Mysql->query('INSERT INTO s_a...', Array)
#6 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Controllers/Backend/Article.php(597): Shopware_Controllers_Backend_Article->duplicateArticleData('125')
#7 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Enlight/Controller/Action.php(158): Shopware_Controllers_Backend_Article->duplicateArticleAction()
#8 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch('duplicateArticl...')
#9 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Enlight/Controller/Front.php(226): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#10 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Kernel.php(153): Enlight_Controller_Front->dispatch()
#11 /var/www/vhosts/testshop.de.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(492): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#13 /var/www/vhosts/testshop.de.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(263): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#14 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#15 /var/www/vhosts/testshop.de.de/httpdocs/shopware.php(101): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 {main}
Next exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row 1' in /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Statement/Pdo.php:234
Stack trace:
#0 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Statement.php(303): Zend_Db_Statement_Pdo->_execute(Array)
#1 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#2 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('INSERT INTO s_a...', Array)
#3 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php(75): Zend_Db_Adapter_Pdo_Abstract->query('INSERT INTO s_a...', Array)
#4 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Controllers/Backend/Article.php(641): Enlight_Components_Db_Adapter_Pdo_Mysql->query('INSERT INTO s_a...', Array)
#5 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Controllers/Backend/Article.php(597): Shopware_Controllers_Backend_Article->duplicateArticleData('125')
#6 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Enlight/Controller/Action.php(158): Shopware_Controllers_Backend_Article->duplicateArticleAction()
#7 /var/www/vhosts/testshop.de.de/httpdocs/engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch('duplicateArticl...')
#8 /var/www/vhosts/testshop.de.de/httpdocs/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/vhosts/testshop.de.de/httpdocs/engine/Shopware/Kernel.php(153): Enlight_Controller_Front->dispatch()
#10 /var/www/vhosts/testshop.de.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(492): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#11 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#12 /var/www/vhosts/testshop.de.de/httpdocs/vendor/symfony/http-kernel/HttpCache/HttpCache.php(263): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#13 /var/www/vhosts/testshop.de.de/httpdocs/engine/Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#14 /var/www/vhosts/testshop.de.de/httpdocs/shopware.php(101): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#15 {main}
Time: 2016-02-14T13:41:20.261427+0100
Channel: core
request: {
"uri": "/backend/article/duplicateArticle",
"method": "POST",
"query": {
"module": "backend",
"controller": "article",
"action": "duplicateArticle"
},
"post": {
"articleId": "125"
}
}
session: {
"userId": "50",
"roleId": "1"
}
shop: No shop data available
Was kann das sein ??
Liebe Grüße
Kerstin