Bonjour/Bonsoir,
C'est la première fois que je rencontre un problème depuis plusieurs années d'utilisation.
J'accède normalement à la galerie, mais dès que je veux entrer dans l'administration ou dans une collection j' ai le message suivant
Warning: [mysql error 130] Incorrect file format 'piwigo_image_tag'
SELECT t.*, count(*) AS counter
FROM piwigo_image_tag
INNER JOIN piwigo_tags t ON tag_id = id
WHERE image_id IN (111,110,109,108,107,106,105,104,103)
GROUP BY t.id
ORDER BY counter DESC
LIMIT 12 in /home/clients/bece24ec7c53fab672875553b96752d6/web/Gallerie/piwigo/include/dblayer/functions_mysqli.inc.php on line 830
Fatal error: Call to a member function fetch_assoc() on a non-object in /home/clients/bece24ec7c53fab672875553b96752d6/web/Gallerie/piwigo/include/dblayer/functions_mysqli.inc.php on line 211
Version de Piwigo: normalement la dernière
Version de PHP: 5.4
Version de MySQL: 5.5
URL Piwigo: http://
http://stackoverflow.com/questions/4297 … ile-format
solution:
> repair table `piwigo_image_tag` use_frm;
dans un client MySQL (phpMyAdmin ou autre)
Hors ligne