moalla_anis Posted January 7, 2016 Share Posted January 7, 2016 Bonjour, J'utilise prestashop 1.6.1.3. Quand j'essaie d'ajouter une photo à un tel produit, l'erreur suivante s'affiche: Unexpected token < J'ai réinitialisé le module Bloc catégories mais le problème persiste toujours. voir l'image Pourriez-vous m'aider SVP? Merci d'avance Link to comment Share on other sites More sharing options...
moalla_anis Posted January 7, 2016 Author Share Posted January 7, 2016 Voici le message d'erreur sur firefox: JSON.parse: unexpected character at line 1 column 1 of the JSON data Link to comment Share on other sites More sharing options...
moalla_anis Posted January 7, 2016 Author Share Posted January 7, 2016 Bonjour, Nous avions le même souci lors de l'upload de photos supplémentaires sur les fiches produits.Nous l'avons corrigé avec cette requête : ALTER TABLE `ps_image` CHANGE `cover` `cover` TINYINT(1) UNSIGNED NULL DEFAULT '0'; ALTER TABLE `ps_image_shop` CHANGE `cover` `cover` TINYINT(1) UNSIGNED NULL DEFAULT '0'; Bonne journée Hello, We had the same issue when uplaoding multiple images to a product. We solved it with this upadte on the database : ALTER TABLE `ps_image` CHANGE `cover` `cover` TINYINT(1) UNSIGNED NULL DEFAULT '0'; ALTER TABLE `ps_image_shop` CHANGE `cover` `cover` TINYINT(1) UNSIGNED NULL DEFAULT '0'; Regards, 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