Bonsoir,
J'utilise Piwigo depuis 2 ans, il me convient très bien pour ma galerie photo. Mais depuis peu, j'ai un problème avec le plugin Embedded Videos.
Si je veux ajouter une vidéo Dailymotion ou autres, dans "Propriété" Album, mes albums n'apparaissent plus, si je veux créer un album, album parent et Nom Album, rien, pas d'albums visible et, j'ai l'erreur suivante :
SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 68 of the JSON data
par ailleurs j'obtiens également l'erreur :
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND (storage_category_id IS NULL OR storage_category_id != category_id)' at line 6
DELETE piwigo_image_category.*
FROM piwigo_image_category
JOIN piwigo_images ON image_id=id
WHERE id IN (198)
AND category_id NOT IN ()
AND (storage_category_id IS NULL OR storage_category_id != category_id)
; in /var/www/vhosts/espacephotonumerik.re/httpdocs/include/dblayer/functions_mysqli.inc.php on line 832
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 6
SELECT
image_id,
category_id
FROM piwigo_image_category
WHERE image_id IN (198)
AND category_id IN ()
; in /var/www/vhosts/espacephotonumerik.re/httpdocs/include/dblayer/functions_mysqli.inc.php on line 832
Fatal error: Call to a member function fetch_assoc() on a non-object in /var/www/vhosts/espacephotonumerik.re/httpdocs/include/dblayer/functions_mysqli.inc.php on line 213
Bref, impossible de mettre de nouvelles vidéos dans Piwigi par Embedded Videos, et c'est bien dommage.
Est-ce un plugin qui en est la cause. Est-ce l' erreur de syntaxe de Mysql qui provoque le problème?
Sinon comment corriger le problème?
J'ai passé beaucoup de temps à essayer de résoudre le problème mais sans succés.
Ce problème finit par restreindre ma galerie.
Merci pour votre aide
Jdam
Version de Piwigo: 2.8.0
Version de PHP: PHP: 5.5.34
Version de MySQL: 5.1.73
URL Piwigo: http://www.espacephotonumerik.re
Hors ligne