Migration 7.0.1 Premium Vers 7.2.1 Premium

4 messages dans ce sujet

Posté(e) · Signaler ce message

bonjour j'ai suivis votre tuto a la lettre 3 fois 

 

"j'ai mis le theme d'origine peel7 avec bootstrap activer"

 

et j'ai a chaque fois cette erreur :

 

Notice: unserialize(): Error at offset 0 of 27 bytes in peel-shopping_7_2_1/lib/fonctions/fonctions.php on line 2184

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at peel-shopping_7_2_1/lib/fonctions/fonctions.php:2184) in peel-shopping_7_2_1/configuration.inc.php on line 384

Notice: unserialize(): Error at offset 0 of 27 bytes inpeel-shopping_7_2_1/lib/fonctions/fonctions.php on line 2184

Notice: Erreur SQL 1054 - Unknown column 'q.promotion_percent' in 'field list' - Page : /achat/?catid=82 - IP 78.199.53.25 - SELECT quantite, q.promotion_percent FROM peel_quantites q WHERE cat_id = '82' AND q.site_id IN (0,1) ORDER BY quantite ASC - Error number inpeel-shopping_7_2_1/lib/fonctions/database.php on line 239

Warning: Cannot modify header information - headers already sent by (output started apeel-shopping_7_2_1/lib/fonctions/fonctions.php:2184) inpeel-shopping_7_2_1/lib/fonctions/fonctions.phpon line 1338

 

 

cette erreur viens de moi ou c un manque dans le tuto ?

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

 

 

Notice: unserialize(): Error at offset 0 of 27 bytes in peel-shopping_7_2_1/lib/fonctions/fonctions.php on line 2184

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at peel-shopping_7_2_1/lib/fonctions/fonctions.php:2184) in peel-shopping_7_2_1/configuration.inc.php on line 384

Notice: unserialize(): Error at offset 0 of 27 bytes inpeel-shopping_7_2_1/lib/fonctions/fonctions.php on line 2184

 

 

Pour l'erreur il doit y avoir une variable de configuration qui n'a pas le bon type. 4 types sont reconnu par le script : boolean, string, integer et array. Pour trouver la cause du problème vous pouvez ajouter

var_dump($result['technical_code']); ligne 2184 du fichier lib/fonctions/fonctions.php pour savoir quelle est la variable de configuration qui pose problème

 

Notice: Erreur SQL 1054 - Unknown column 'q.promotion_percent' in 'field list' - Page : /achat/?catid=82 - IP 78.199.53.25 - SELECT quantite, q.promotion_percent FROM peel_quantites q WHERE cat_id = '82' AND q.site_id IN (0,1) ORDER BY quantite ASC - Error number inpeel-shopping_7_2_1/lib/fonctions/database.php on line 239

Warning: Cannot modify header information - headers already sent by (output started apeel-shopping_7_2_1/lib/fonctions/fonctions.php:2184) inpeel-shopping_7_2_1/lib/fonctions/fonctions.phpon line 1338

 

Effectivement il manquait l'ajout d'un champ lors de la migration de 7.0.2 vers 7.0.3, si le module premium était installé:

ALTER TABLE `peel_quantites` ADD `promotion_percent` float(15,5) NOT NULL DEFAULT '0.00000';

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

 

 

Pour l'erreur il doit y avoir une variable de configuration qui n'a pas le bon type. 4 types sont reconnu par le script : boolean, string, integer et array. Pour trouver la cause du problème vous pouvez ajouter

var_dump($result['technical_code']); ligne 2184 du fichier lib/fonctions/fonctions.php pour savoir quelle est la variable de configuration qui pose problème

 

Effectivement il manquait l'ajout d'un champ lors de la migration de 7.0.2 vers 7.0.3, si le module premium était installé:

ALTER TABLE `peel_quantites` ADD `promotion_percent` float(15,5) NOT NULL DEFAULT '0.00000';

 

 

il manquai aussi 

 

ALTER TABLE `peel_quantites` ADD `cat_id` int(11) NOT NULL DEFAULT '0'

 

 

 

il y a aussi une erreur ici sur votre tuto :

 

- Si vous avez une version 7.1.4 exécutez le SQL suivant dans phpMyAdmin pour passer en 7.2.0 :

-- Ajout de configuration

INSERT INTO `peel_configuration` (`technical_code`, `origin`, `type`, `string`, `lang`, `last_update`, `explain`, `etat`) VALUES 

 

IL MANQUE LA VALEUR ORIGIN DONC TOUT EST DECALER

('show_special_on_content_category', 'boolean', 'true', '', '', NOW(), 'update7.2 - Permet d''afficher les articles sur la page d''accueil des rubriques.', '1'),

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

 

Merci pour vos retours, les tutoriaux sont corrigés.

Partager ce message


Lien à poster
Partager sur d’autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !


Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.


Connectez-vous maintenant

Twitter Advisto ecommerce

Facebook PEEL Shopping