Announcement

#1 2023-05-10 20:51:52

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

Piwigo 13.7.0

Release 13.7.0 is available. It comes with security issues fixed. For dark mode users, we have made messages more readable. More pages translated in many languages.

https://sandbox.piwigo.com/i.php?/uploads/4/y/1/4y1zzhnrnw//2022/10/04/20221004152028-05711462-la.jpg

Piwigo 13.7.0 release note

Background image by Pawel Czerwinski on Unsplash

Offline

#2 2023-05-13 05:06:13

SA
Guest

Re: Piwigo 13.7.0

13.7 Release are quite beautiful overall design is pretty awesome but this minor release does not support sort out Albums. It produces error Bad Request... Missing token I verified it on multiple attempts.. Please fix this issue at your earliest or provide alternative solution for this major problem.

#3 2023-05-13 07:12:53

Katryne
Member
2016-12-03
365

Re: Piwigo 13.7.0

Hello !
Automatic update via admin to 13.7.
As mentioned above, automatic sorting of albums according to prefixed filters results in a "Bad request" error. Manual sorting by drag and drop works.


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

#4 2023-05-13 10:36:53

SA
Guest

Re: Piwigo 13.7.0

I have over 2900+ Album's it's not an easy task to sort out individually or manually :(

#5 2023-05-13 11:50:07

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

Re: Piwigo 13.7.0

In admin/albums.php, line 28, replace:

Code:

if (!empty($_POST) or isset($_GET['delete']))

by

Code:

if (isset($_GET['delete']))

Offline

#6 2023-05-13 12:27:22

Katryne
Member
2016-12-03
365

Re: Piwigo 13.7.0

C'est parfait, merci Pierrick.


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

#7 2023-05-13 20:21:19

SA
Guest

Re: Piwigo 13.7.0

Thanks a bunch for timely and prompt response. I have change the code as per your instructions. Now sort out issue have resolved :)

#8 2023-05-16 11:16:09

tdavid1966
Member
2020-10-09
2

Re: Piwigo 13.7.0

Minute issue, through a few versions now, on the sort albums screen,
A to Z then A to Z again (but sorts correctly from Z to A),
should the 2nd not be Z to A?

Offline

#9 2023-05-16 11:37:17

Katryne
Member
2016-12-03
365

Re: Piwigo 13.7.0

I get the correct labels in French or in English for Piwigo 13.7. What language do you use ? Maybe it's a language question.

apply automatic sort order
Root
Album name, A → Z
Album name, Z → A
Album name, 1 → 5 → 10 → 100
Album name, 100 → 10 → 5 → 1
Date created, new → old
Date created, old → new
Date posted, new → old
Date posted, old → new

appliquer un ordre de tri automatique
Racine
Nom de l'album, A → Z
Nom de l'album, Z → A
Nom d'album, 1 → 5 → 10 → 100
Nom d'album, 100 → 10 → 5 → 1
Date de création, récent → ancien
Date de création, ancien → récent
Date d'ajout, récent → ancien
Date d'ajout, ancien → récent


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

#10 2023-05-19 10:17:17

JacquesPiwi
Member
2017-02-14
6

Re: Piwigo 13.7.0

Hello,

Is PHP 8 now a requirement ?

(it should)

Tnx, nice day,
J.

Offline

#11 2023-05-19 11:43:50

erAck
Only trying to help
2015-09-06
1995

Re: Piwigo 13.7.0

AFAIK it still runs with older versions, but PHP 8.0 is recommended as older versions are EOL.


Running Piwigo at https://erack.net/gallery/

Offline

#12 2023-05-22 15:23:23

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

Re: Piwigo 13.7.0

JacquesPiwi wrote:

Is PHP 8 now a requirement ?

(it should)

It certainly not "should". The latest stable Debian (release 11) only provides PHP 7.4. It is impossible we starts to require a PHP version that is not yet available in a Debian stable release.

Offline

#13 2023-06-18 07:39:14

executive
Member
2017-08-16
1214

Re: Piwigo 13.7.0

Piwigo just keeps getting better and better. It looks like a really nice and polished product, works reliably, and it's easy to use.
One thing I especially appreciate, is how easy it is to update. There are still contemporary self hosted software packages out there that must be updated manually and it can be a major pain the ass, resulting in avoiding updating. Piwigo ... one click and done. Beautiful.
Really appreciate having mobile upload now too.

Thank you once again. Happy to be using Piwigo for more than 6 years now.
Together with Alloyphoto Lightroom plugin + Piwigo iOS app ... perfect. Powerful and versatile.

Offline

#14 2023-06-21 18:41:03

mk23
Guest

Re: Piwigo 13.7.0

Hi All,

I run piwigo in docker (mathieuruellan/piwigo) and have changed the file albums.php to "if (isset($_GET['delete']))". But when I now go to the Albums page (http://xxx.xxx.x.xx:880/admin.php?page=albums), I get an error message "This page isn’t working. xxx.xxx.x.x is currently unable to handle this request. HTTP ERROR 500".

What am I missing?

Thanks for the help!

#15 2023-06-21 22:01:33

executive
Member
2017-08-16
1214

Re: Piwigo 13.7.0

@mk23
happy to help you, but please post your own new topic in "How-To and Troubleshooting", not Announcements. Thanks.

Offline

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact