zdarbilo Posted December 17, 2014 Share Posted December 17, 2014 Bonjour a tous voila depuis la mise a jour du module ebay j'ai ce message d'erreur : [PrestaShopDatabaseException]Duplicate entry '1-2147483647' for key 'id_ebay_profile' INSERT INTO `ps_ebay_store_category` (`id_ebay_profile`, `ebay_category_id`, `name`, `order`, `ebay_parent_category_id`) VALUES ('1', '2147483647', 'LG', '1', '2147483647')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 464 - classes/ObjectModel.php] - [3 Arguments] ObjectModelCore->add - [line 425 - classes/ObjectModel.php] - [2 Arguments] ObjectModelCore->save - [line 152 - modules/ebay/classes/EbayStoreCategory.php] EbayStoreCategory::_writeStoreCategory - [line 156 - modules/ebay/classes/EbayStoreCategory.php] - [3 Arguments] EbayStoreCategory::_writeStoreCategory - [line 133 - modules/ebay/classes/EbayStoreCategory.php] - [2 Arguments] EbayStoreCategory::updateStoreCategoryTable - [line 1136 - modules/ebay/ebay.php] - [2 Arguments] Ebay->getContent - [line 803 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1043 - 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] j'ai désinstaller et réinstaller mais sans succès j'ai meme supprimer puis recharger le module mais ça n'a pas marché, j'ai aussi supprimer les entrés dans la table en question mais le problème revient merci de m'aider si vous le pouvez. Link to comment Share on other sites More sharing options...
Motuman Posted December 17, 2014 Share Posted December 17, 2014 Bonjour, I have the same problem here. Working on PrestaShop™ 1.5.6.1 with the latest update of the Ebay Module. Problem has just occured... Any ideas or help would be appreciated. Cordialement, Carsten Link to comment Share on other sites More sharing options...
cockpitinferno Posted December 30, 2014 Share Posted December 30, 2014 same for me, anyone? Link to comment Share on other sites More sharing options...
zdarbilo Posted December 31, 2014 Author Share Posted December 31, 2014 try to uninstall module after this delete all table ebay from database Link to comment Share on other sites More sharing options...
cockpitinferno Posted December 31, 2014 Share Posted December 31, 2014 i installed an older version, 1.8 and it's fine Link to comment Share on other sites More sharing options...
vekia Posted January 2, 2015 Share Posted January 2, 2015 anyway, if someone will have the same problem - in this case to fix it it is necessary to alter database datas. in table ps_ebay_store_category it's necessary to remove entry mentioned in error code. in this case it's:[PrestaShopDatabaseException] Duplicate entry '1-2147483647' for key 'id_ebay_profile' Link to comment Share on other sites More sharing options...
raken Posted January 21, 2015 Share Posted January 21, 2015 Hi,After delete this entry.I reload.. and this entry come back.Other solutions ? Link to comment Share on other sites More sharing options...
nosfevil Posted February 10, 2015 Share Posted February 10, 2015 where i have to delete this entry? In my sql? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now