Hello/Hi/Greetings,
In admin -> updates it says
Currently running version 15.7.0
You are running Piwigo latest version.
Can I please help to know why it's not giving my the option to upgrade
And seems it's not giving me the option to upgrade, whats the best option to do this manually (which I really don't want to have to try to do)
Piwigo URL: https://nmas.comstech.com/
Offline
Offline
Not sure to reply here or the one you point me too
origin_hash=b57b2...
Offline
I confirm you're currently blocked :
MariaDB [piwigo_site]> select * from all_versions_blocklist where origin='b57b2...'; +----------+---------------------+ | origin | blocked_on | +----------+---------------------+ | b57b2... | 2026-02-11 11:58:56 | +----------+---------------------+ 1 row in set (0.001 sec)
and I can see why :
# zcat /log/nginx/2026/02/20260211_access.log.gz | grep b57b2 [11/Feb/2026:11:58:53 +0100] 200 "GET /download/all_versions.php?rand=be20d...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:53 +0100] 200 "GET /download/all_versions.php?rand=6bac5...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:53 +0100] 200 "GET /download/all_versions.php?rand=ce1b6...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:53 +0100] 200 "GET /download/all_versions.php?rand=083c9...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:53 +0100] 200 "GET /download/all_versions.php?rand=06421...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:53 +0100] 200 "GET /download/all_versions.php?rand=48af4...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:54 +0100] 200 "GET /download/all_versions.php?rand=d3a49...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:54 +0100] 200 "GET /download/all_versions.php?rand=4a83e...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:55 +0100] 200 "GET /download/all_versions.php?rand=ff228...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:55 +0100] 200 "GET /download/all_versions.php?rand=352a8...&show_requirements&origin_hash=b57b2... [11/Feb/2026:11:58:56 +0100] 200 "GET /download/all_versions.php?rand=ddc4c...&show_requirements&origin_hash=b57b2...
That's 11 requests, nearly simultaneous. Piwigo.org considers it as "beyond the limit" and you get blocked.
Obviously, those 11 requests are not your fault. It's a design fault in Piwigo code. In [Github] Piwigo issue #2499 I try to fix it (in future Piwigo 16.3.0)
Offline
Thank you, the update option is now available and all updated
Currently running version 16.2.0
You are running Piwigo latest version.
Offline