erAck wrote:
You are not running 13.7.0 but master or 14.0.0beta1 instead.
And please stop posting to announcement topics. Post to Beta Testing instead. Thanks.
Forgive me for replying here again, but it would be difficult to reply to you without doing so.
I'm running 13.7.0 and not Master or beta, so it would make no sense for me to post in the beta section.
From my updates section:
Currently running version 13.7.0
You are running Piwigo latest version.
But regardless, I fixed it by redownloading the full 13.7.0 package, and just replacing the albums.php file.
You are not running 13.7.0 but master or 14.0.0beta1 instead.
And please stop posting to announcement topics. Post to Beta Testing instead. Thanks.
plg wrote:
In admin/albums.php, line 28, replace:
Code:
if (!empty($_POST) or isset($_GET['delete']))by
Code:
if (isset($_GET['delete']))
I'm having this issue as well, but my admin/albums.php does not have this line at all. In fact, my line 28 is:
// +-----------------------------------------------------------------------+
I've even done a search for that line, and none of it exists. I DID find that line in the file admin/cat_list.php
@mk23
happy to help you, but please post your own new topic in "How-To and Troubleshooting", not Announcements. Thanks.
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!
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.
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.
AFAIK it still runs with older versions, but PHP 8.0 is recommended as older versions are EOL.
Hello,
Is PHP 8 now a requirement ?
(it should)
Tnx, nice day,
J.
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
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?
Thanks a bunch for timely and prompt response. I have change the code as per your instructions. Now sort out issue have resolved :)
C'est parfait, merci Pierrick.
In admin/albums.php, line 28, replace:
if (!empty($_POST) or isset($_GET['delete']))
by
if (isset($_GET['delete']))
I have over 2900+ Album's it's not an easy task to sort out individually or manually :(