Pour ceux qui se poseraient encore des questions, quelques précisions:
- En se trompant de variable de configuration, la synchro des métadata ne se fait plus.
- Et sans synchro de métadata, le filesize n'est pas collecté.
=> Champ poids non disponible
=> Problème résolu. Résolu? Modification du premier post [Résolu] ???
Merci ça marche nickel !
Make,Model,ExposureTime,ApertureFNumber,FocalLength,ISOSpeedRatings,ImageQuality,Flash
Ces informations ne sont pas des colonnes de la table images...
Il convient de ne pas confondre les variables de configuration des EXIF.
Il y en a de 2 types: use et show...
Dans le cas présent ces infos ont été indiquées dans une $conf['use... alors que ce n'est pas utilisable.
Confus? non.
Conf chaud => $conf['show... ? Oui.
Je travaille en local pour l'instant.
Voici les erreurs :
<pre><br />
<b>Warning</b>: [mysql error 1054] Unknown column 'Make' in 'field list'
INSERT INTO piwigo_images_1247215062167962
(id,filesize,width,height,high_filesize,Make,Model,ExposureTime,ApertureFNumber,FocalLength,ISOSpeedRatings,ImageQuality,Flash,date_metadata_update)
VALUES('3','1622','3072','2304',NULL,'Panasonic','DMC-LS75','10/1000',NULL,'58/10','100',NULL,'24','2009-07-10 10:37:42')
, ('5','1455','3072','2304',NULL,'Panasonic','DMC-LS75','10/6400',NULL,'58/10','100',NULL,'9','2009-07-10 10:37:42')
, ('6','1643','3072','2304',NULL,'Panasonic','DMC-LS75','10/1250',NULL,'58/10','100',NULL,'9','2009-07-10 10:37:42')
, ('7','147','800','600','1497','Panasonic','DMC-LS75','10/6400',NULL,'58/10','100',NULL,'9','2009-07-10 10:37:42')
, ('20','1520','3072','2304',NULL,'Panasonic','DMC-LS75','10/2000',NULL,'58/10','100',NULL,'24','2009-07-10 10:37:42')
, ('9','1373','3072','2304',NULL,'Panasonic','DMC-LS75','10/3200',NULL,'58/10','100',NULL,'9','2009-07-10 10:37:42')
, ('15','474','2048','1536',NULL,'KONICA ','KONICA in <b>C:\wamp\www\piwigo-2.0.2\include\functions.inc.php</b> on line <b>918</b><br />
</pre><pre><br />
<b>Warning</b>: [mysql error 1054] Unknown column 't1.Make' in 'field list'
UPDATE piwigo_images AS t1, piwigo_images_1247215062167962 AS t2
SET t1.filesize = IFNULL(t2.filesize, t1.filesize)
, t1.width = IFNULL(t2.width, t1.width)
, t1.height = IFNULL(t2.height, t1.height)
, t1.high_filesize = IFNULL(t2.high_filesize, t1.high_filesize)
, t1.Make = IFNULL(t2.Make, t1.Make)
, t1.Model = IFNULL(t2.Model, t1.Model)
, t1.ExposureTime = IFNULL(t2.ExposureTime, t1.ExposureTime)
, t1.ApertureFNumber = IFNULL(t2.ApertureFNumber, t1.ApertureFNumber)
, t1.FocalLength = IFNULL(t2.FocalLength, t1.FocalLength)
, t1.ISOSpeedRatings = IFNULL(t2.ISOSpeedRatings, t1.ISOSpeedRatings)
, t1.ImageQuality = IFNULL(t2.ImageQuality, t1.ImageQuality)
, t1.Flash = IFNULL(t2.Flash, t1.Flash)
, t1.date_metadata_update = IFNULL(t2.date_metadata_update, t1.date_metadata_update)
WHERE t1.id = t2.id in <b>C:\wamp\www\piwigo-2.0.2\include\functions.inc.php</b> on line <b>918</b><br />
</pre><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Lors de votre synchronisation, pouvez vous nous faire un copier/coller du texte qui se trouve en arrière plan ?
Pour y arriver, il suffit d'afficher le code source de la page et de copier les lignes qui comporte ce message en arrière plan.
Par avance, merci.
Pour commencer, un lien vers la galerie?
Je m'emmêle les pinceaux, je préfère me référer à plus compétent...
Le champ poids "filesize" n'est pas disponible, je pensais à un écrasement...Je n''utilise pas les metadonnées IPTC.
Après chaque synchro de metadonnées (il y a du texte minuscule qui s'affiche en arrière plan), mauvais signe...
Une idée ?