Jump to content

Erreur Sql de 0.9.6 à 0.9.7


Recommended Posts

Bonjour à toutes l'équipe ce matin je me suis décidé a installer l'upgrade 0.9.7 stable (pour passer à la 1.0 en douceur).

J'ai les erreurs Sql suivantes :

 

 

/* STRUCTURE */ ALTER TABLE `ps_module` ADD INDEX (`name`)

 

/* CONTENTS */ INSERT INTO `ps_hook` (`name` , `title`, `description`, `position`) VALUES ('footer', 'Footer', 'Add block in footer', 1), ('PDFInvoice', 'PDF Invoice', 'Allow the display of extra informations into the PDF invoice', 0)

 

UPDATE `ps_hook` SET `description` = 'Add blocks in the header', `position` = '1' WHERE `name` = 'header' LIMIT 1

 

UPDATE `ps_currency` SET `iso_code` = 'XXX' WHERE `iso_code` IS NULL

 

/* CONFIGURATION VARIABLE */ /* STRUCTURE */ CREATE TABLE `ps_discount_quantity` ( id_discount_quantity INT UNSIGNED NOT NULL auto_increment, id_discount_type INT UNSIGNED NOT NULL, id_product INT UNSIGNED NOT NULL, id_product_attribute INT UNSIGNED NULL, quantity INT UNSIGNED NOT NULL, value DECIMAL(10,2) UNSIGNED NOT NULL, PRIMARY KEY (id_discount_quantity) ) ENGINE=MYISAM DEFAULT CHARSET=utf8

 

(1050) Table 'ps_discount_quantity' already exists

ALTER TABLE `ps_product` ADD quantity_discount BOOL NULL DEFAULT 0 AFTER out_of_stock

 

(1060) Duplicate column name 'quantity_discount'

/* CONTENTS */ /* CONFIGURATION VARIABLE */ UPDATE `ps_configuration` SET name = 'PS_TAX', value = 1 WHERE name = 'PS_TAX_NO' AND value = 0

 

(1062) Duplicate entry 'PS_TAX' for key 2

UPDATE `ps_configuration` SET name = 'PS_TAX', value = 0 WHERE name = 'PS_TAX_NO' AND value = 1

 

 

 

 

Si quelqu'un peut m'aider...

 

merci beaucoup.

Link to comment
Share on other sites

Bonjour Gael,

 

Aucun des problèmes cité n'est bloquant, on dirait simplement que la mise à jour sql a été faites 2 fois, donc il t'avertit simplement que les nouvelles tables créées existent déjà.

Normalement rien de tout cela ne devrait influer sur ta boutique, peux tu confirmer que tout fonctionne bien après la mise à jour ?

Link to comment
Share on other sites

Bon quelque test dans le backend rien a signaler niveau MAJ/CREA du produit, pas test les commandes mais je vais pas tarder à passer à la 1.0 pour avoir le thickbox,et les catégories.

 

Merci encore.

Link to comment
Share on other sites

Je viens d'installer la version 1.0 ... et mon theme ne marche plus...ca part dans tous les sens...

c'est pas trop grave je peux rapidement le refaire..

par contre je repart sur une clean install...

une petite question donc :

comment recuperer juste mes produits...parce que y'en a deja une bonne centaine et tout me retaper bof bof...

a part reimporter ma BDD y'a rien d'autre?

 

merci

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