Jump to content

Problème Upload Photos Produit


Recommended Posts

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 post-28440-0-65214500-1452172619_thumb.png

 

Pourriez-vous m'aider SVP? Merci d'avance

 

 

Link to comment
Share on other sites

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

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