#1 2026-02-11 15:14:56

NMAS
Member
2026-02-11
3

[resolved] No update option from 15.7.0

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

 

#2 2026-02-11 17:21:18

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14073

Re: [resolved] No update option from 15.7.0

Offline

 

#3 2026-02-12 03:25:54

NMAS
Member
2026-02-11
3

Re: [resolved] No update option from 15.7.0

Not sure to reply here or the one you point me too

origin_hash=b57b2...

Offline

 

#4 2026-02-12 11:52:16

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14073

Re: [resolved] No update option from 15.7.0

I confirm you're currently blocked :

Code:

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 :

Code:

# 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

 

#5 2026-02-12 13:36:25

NMAS
Member
2026-02-11
3

Re: [resolved] No update option from 15.7.0

Thank you, the update option is now available and all updated

Currently running version 16.2.0
You are running Piwigo latest version.

Offline

 

Board footer

Powered by FluxBB