Jump to content

Ebay Modul - Kategorien Und Preise Db Fehler


Recommended Posts

[PrestaShopDatabaseException]

Duplicate entry '353-77' 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', '77', '1', NULL, 'Antiquitäten & Kunst')

at line 791 in file classes/db/Db.php
786.         if ($webservice_call && $errno) {
787.             $dbg = debug_backtrace();
788.             WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
789.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
790.             if ($sql) {
791.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
792.             }
793. 
794.             throw new PrestaShopDatabaseException($this->getMsgError());
795.         }
796.     }
DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 763 - classes/db/Db.php] - [1 Arguments]
DbCore->q - [line 514 - classes/db/Db.php] - [2 Arguments]
DbCore->insert - [line 371 - classes/db/Db.php] - [6 Arguments]
DbCore->autoExecute - [line 242 - modules/ebay/classes/EbayCategory.php] - [7 Arguments]
EbayCategory::insertCategories - [line 63 - modules/ebay/classes/tabs/EbayFormCategoryTab.php] - [3 Arguments]
EbayFormCategoryTab->getContent - [line 1605 - modules/ebay/ebay.php]
Ebay->_displayFormConfig - [line 1337 - modules/ebay/ebay.php]
Ebay->_displayForm - [line 1181 - modules/ebay/ebay.php]
Ebay->getContent - [line 867 - controllers/admin/AdminModulesController.php]
AdminModulesControllerCore->postProcessCallback - [line 1116 - controllers/admin/AdminModulesController.php]
AdminModulesControllerCore->postProcess - [line 178 - classes/controller/Controller.php]
ControllerCore->run - [line 367 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 58 - admin/index.php]

Ich habe eine neue Kategorie im Shop angelegt undf wollte diese jetzt dem eBay Modul beibringen....Ich kann damit nur leider nicht viel anfangen als Fehlermeldung.

 

Klar, da steht das es einen doppelten Eintrag gibt. Aber wie ich ihn behebe bzw wieso das so ist kann ich nicht sagen.

 

-jemand von euch eine Idee?

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...