Bonjour
la 159 pour faire un contrôle Essayer de regarder dans la base de donnée dans piwigo_images, il doit correspondre à une structure de l'index et dedans il y a normalement sur la première colonne
primary
images_i2
images_i3
images_i4
images_i5
images_i6
images_i7
lastmodified
Si images_i7 n'existe pas, il faudrait la rajouter et s'il existe il faut rajouter une ligne 159 dans piwigo_update
A très vite
CREATE TABLE `piwigo_upgrade` (
`id` varchar(20) NOT NULL DEFAULT '',
`applied` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
`description` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
--
-- Déchargement des données de la table `piwigo_upgrade`
--
INSERT INTO `piwigo_upgrade` (`id`, `applied`, `description`) VALUES
('174', '2025-09-22 09:40:33', '[migration from 14.0.0 to 15.6.0, 0.001 s] increase security on secret_key'),
('173', '2025-09-22 09:40:33', '[migration from 14.0.0 to 15.6.0, 0.018 s] increase history.IP length from VARCHAR(16) to CHAR(39), IPv6 compatible'),
('172', '2025-09-22 09:40:33', '[migration from 14.0.0 to 15.6.0, 0.015 s] reduce sessions.id length to 50 chars'),
('171', '2025-09-22 09:40:33', '[migration from 14.0.0 to 15.6.0, 0.001 s] convert file configuration setting webmaster_id to database'),
('170', '2025-09-22 09:40:33', '[migration from 13.0.0 to 15.6.0, 0.001 s] add config parameter to handle duplicate on upload'),
('169', '2025-09-22 09:40:33', '[migration from 13.0.0 to 15.6.0, 0.010 s] Delete old column search.last_seen, never really used.'),
('168', '2025-09-22 09:40:33', '[migration from 13.0.0 to 15.6.0, 0.001 s] Create new column search_id in visits history table.'),
('167', '2025-09-22 09:40:33', '[migration from 13.0.0 to 15.6.0, 0.001 s] add config parameters to display \"search in this set\" action and button'),
('166', '2025-09-22 09:40:33', '[migration from 13.0.0 to 15.6.0, 0.010 s] Create new columns for search (search_uuid, created_on, user_idx, forked_from).'),
('165', '2025-09-22 09:40:33', '[migration from 13.0.0 to 15.6.0, 0.001 s] Add more options to email_admin_on_new_user'),
('164', '2025-09-22 09:40:33', '[migration from 12.0.0 to 15.6.0, 0.001 s] Create dedicated user agent column for activity.'),
('163', '2025-09-22 09:40:33', '[migration from 12.0.0 to 15.6.0, 0.030 s] add user_infos.preferences'),
('162', '2025-09-22 09:40:33', '[migration from 11.0.0 to 15.6.0, 0.002 s] change activity.performed_by for logout'),
('161', '2025-09-22 09:40:33', '[migration from 11.0.0 to 15.6.0, 0.002 s] remove doubled activities on tag addition'),
('160', '2025-09-22 09:40:33', '[migration from 11.0.0 to 15.6.0, 0.001 s] add lounge table'),
('158', '2025-11-25 09:14:08', '[migration from 2.10.0 to 16.0.0, 0.032 s] set default date to 1970-01-01'),
('157', '2025-11-25 09:14:08', '[migration from 2.10.0 to 16.0.0, 0.001 s] add config parameters to display smart app banner'),
('156', '2025-11-25 09:14:08', '[migration from 2.10.0 to 16.0.0] not applied'),
('155', '2025-11-25 09:14:08', '[migration from 2.10.0 to 16.0.0] not applied'),
('154', '2025-11-25 09:14:08', '[migration from 2.10.0 to 16.0.0] not applied');
Et dans la base de données, dans la table piwigo_upgrade, qu'est-ce que cette requête te donne :
select * from piwigo_upgrade order by cast(id as unsigned) desc limit 20;
Dans la table "piwigo_config", j'ai remplacé:
piwigo_db_version 15
par
piwigo_db_version 16
et je peux me reconnecter à mon site.
Avec comme info:
""Version 16.0.0 installée actuellement
Vous utilisez la dernière version de Piwigo."
Ce plantage concerne la MàJ de la base de données.
La MàJ du logiciel semble avoir été faite. Sur le serveur les fichiers xxx.php sont datés au 24:11:2025
Dans la table "piwigo_config", j'ai:
piwigo_db_version 15
piwigo_installed_version 16.0.0
Bonjour/Bonsoir,
J'ai lancé la MàJ de piwigo vers 16.0.0
Résultat: plantage avec affichage : === upgrade 159
Merci pour votre aide,
Guy
Version de Piwigo: 15.7.0
Version de PHP: 8.2.29
Version de MySQL: v.8.4
URL Piwigo: https://guypineau.fr