Jump to content

Recommended Posts

Bonjour à tous,

 

Aujourd'hui lorsque je veux ajouter une valeur a un attribut j'ai le message ci-dessous.

Lorsque je regarde une valeur vierge a bien était créée et je peux la modifier ?

 

Quelqu'un a t-il une piste ?

 

Cordialement

Sylvain

 

 

[PrestaShopDatabaseException]

Duplicate entry '63-1' for key 'PRIMARY'

INSERT INTO `ps_attribute_shop` (`id_attribute`, `id_shop`) VALUES ('63', '1')

 

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

 

601. WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);

602. }

603. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

604. {

605. if ($sql)

[color=#F20000][b]606. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

[/b][/color]607. throw new PrestaShopDatabaseException($this->getMsgError());

608. }

609. }

610.

611. /**

[/font][/color]

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