Jump to content

PrestaShopDatabaseException (ebay Modul)


Recommended Posts

Guten Morgen,

ich habe Folgendes Problem mit dem ebay Modul:

 

Wenn ich im Modul auf Reiter 4. Shop Kategorien gehe und dort auf Shop Kategorien erneut laden drücke kommt

folgende Fehlermeldung.

 

Kann mir da einer behilflich sein?

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', '3162240012', 'Monokini', '2', '0')

at line 635 in file classes/db/Db.php


	WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$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. 	/**

 

 

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