Jump to content

PrestaShopDatabaseException bei Ebay-Import


Zentimeterprofessor

Recommended Posts

Hallo,

 

als Neuling in diesem Forum möchte ich mein Fehlerbild vorstellen.

 

Wenn ich das Ebay-Modul mit einem Klick auf "Einstellungen" starten möchte, erhalte ich nach ca. 3 Minuten folgende Fehlermeldung:

 

 

[PrestaShopDatabaseException]

 
Duplicate entry '353' for key 'id_category_ref'
 
 
INSERT INTO `ps_ebay_category` (`id_category_ref`, `id_category_ref_parent`, `id_country`, `level`, `is_multi_sku`, `name`) VALUES ('353', '353', '8', '1', NULL, 'Antiquitäten & Kunst')
 
at line 635 in file classes/db/Db.php
629. WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
630. }
631. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
632. {
633. if ($sql)
634. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
635. throw new PrestaShopDatabaseException($this->getMsgError());
636. }
637. }
638. 
639. /**
DbCore->displayError - [line 325 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 609 - classes/db/Db.php] - [1 Arguments]
DbCore->q - [line 390 - classes/db/Db.php] - [2 Arguments]
DbCore->insert - [line 281 - classes/db/Db.php] - [6 Arguments]
DbCore->autoExecute - [line 240 - modules/ebay/classes/EbayCategory.php] - [7 Arguments]
EbayCategory::insertCategories - [line 1612 - modules/ebay/ebay.php] - [2 Arguments]
Ebay->_displayFormCategory - [line 1346 - modules/ebay/ebay.php]
Ebay->_displayFormConfig - [line 1158 - modules/ebay/ebay.php]
Ebay->_displayForm - [line 1085 - modules/ebay/ebay.php]
Ebay->getContent - [line 805 - controllers/admin/AdminModulesController.php]
AdminModulesControllerCore->postProcessCallback - [line 1045 - controllers/admin/AdminModulesController.php]
AdminModulesControllerCore->postProcess - [line 171 - classes/controller/Controller.php]
ControllerCore->run - [line 373 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 54 - admin/index.php]

 

 

Was kann ich da machen? 

 

 

Ich freue mich über jede Rückmeldung.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...