Announcement

Post a reply

Write your message and submit

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

doggy
2024-04-26 06:25:11

Weird. I've had Piwigo for many years and always happy with it.
Great Product.

However, I can only get Piwigo 14.3 or 14.4 to work properly with PHP 7.4 (or 7.3).

With PHP 8.1 I get 500 errors everywhere and cannot access my piwigo website.

For reference I have in my .htaccess:

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
WORKS

but the following does not work:

# php -- BEGIN cPanel-generated handler, do not edit


# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

Here's a snippet of one 500 error, but there are hundreds of them:

"GET /picture.php?/5761/category/332 HTTP/2.0" 500 -

Does anyone have any clues? This is on an inmotionhosting shared server not that I think that is particularly relevant. php 8.1 is working on heaps of other things (like Joomla) on my server, only exception is piwigo.

Deleuze
2023-12-27 20:51:06

Deleuze wrote:

I was wondering whether Piwigo 14 would work with PHP 8.3, too? If it currently does not, is it going to anytime soon?

plg wrote:

As far as we have tested, no problem with PHP 8.3.

Thanks a lot for your feedback @plg, appreciated!

executive
2023-12-27 09:17:31

@timoteo please see my previous comment

timoteo
2023-12-27 03:15:59

Running Piwigo 14.0.0 on a Siteground subdomain with PHP 8.2.13. Initially, I added albums and photos and everything worked fine.

Now, when I attempt to add a new album, I get the dialog box to add it and then after naming the album, I click ADD and the button goes from orange to light orange but nothing happens - the dialog box does not go away and the album is not created. Any thoughts?

executive
2023-12-25 20:36:00

@deemon
Please read two messages above yours

deemon
2023-12-22 09:59:19

Upgrading 13.8.0 to 14.0.0:
In admin -> upgrade page, some warning that some extensions and theme is out of date.

[v] Upgrade anyway

ended with:
Warning: array_map() expects parameter 1 to be a valid callback, function 'smarty_ucfirst_ascii' not found or invalid function name in /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 768

Warning: implode(): Invalid arguments passed in /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 769

Fatal error: Uncaught Error: Call to undefined function smarty_strtolower_ascii() in /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php:63 Stack trace: #0 /var/www/html/galerii/include/smarty/libs/Smarty.class.php(1024): Smarty_Internal_Method_LoadPlugin->loadPlugin(Object(Smarty), 'smarty_function...', false) #1 /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php(822): Smarty->loadPlugin('smarty_function...', false) #2 /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php(1610): Smarty_Internal_TemplateCompilerBase->getPlugin('private_print_e...', 'function') #3 /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php(550): Smarty_Internal_TemplateCompilerBase->compileTag2('private_print_e...', Array, Array) #4 /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_templateparser.php(2130): Smarty_Internal_TemplateCompilerBase->compileTag('private_pri in /var/www/html/galerii/include/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php on line 63


After that reloading admin.php (with removing all the variables from the url) was redirected to upgrade.php, which apparently worked:

Upgrade from version 13.0.0 to 14.0.0
Statistics

    total upgrade time : 1.963 s
    total SQL time : 1.929 s
    SQL queries : 30

Upgrade information

    As a precaution, the following plugins have been deactivated. You must check for upgradable plugins before reactivating them:

    AdditionalPages, Fotorama, PersoFavicon, log_failed_logins, check_uploads



After that the page worked fine, except with default theme + no plugins. And after upgrading the plugins and theme also, and activating them, it was back to normal. So in the end upgrade seems to have worked. But it was FAR from flawless for me, in contrast what others have written here.

ketchemr
2023-12-21 21:26:11

ketchemr wrote:

Unfortunately, my update broke and I had to restore my files and db. Not sure what happened. I will try again with a later version.
Make sure you have a backup of files and db before upgrading, as the upgrader warns!

I downgraded PHP from 8.1 to 8.0 and the update from 13.8.0 to 14.0.0 ran smoothly. I had to set Bootstrap Darkroom as the theme after the update and turn on all of my plugins, but all else was fine.

executive
2023-12-19 04:39:27

Erik Umans wrote:

Hi,

when trying to modify album settings I get:


Parse error: syntax error, unexpected ')' in /media/storage/www-data/piwigo/admin/cat_modify.php on line 324

Any idea on how to fix this?

Kind regards.
Erik

Please direct all your technical support questions to the "How-To and Troubleshooting" section. This is only for Announcements. Thanks.

k5
2023-12-18 17:35:51

Hello erik post:188507

Erik Umans
2023-12-18 17:29:27

Hi,

when trying to modify album settings I get:


Parse error: syntax error, unexpected ')' in /media/storage/www-data/piwigo/admin/cat_modify.php on line 324

Any idea on how to fix this?

Kind regards.
Erik

plg
2023-12-18 16:05:50

Deleuze wrote:

thank you and the Piwigo for releasing the RC of Piwigo 14 :D

It is no longer a Release Candidate :-)

Deleuze wrote:

I was wondering whether Piwigo 14 would work with PHP 8.3, too? If it currently does not, is it going to anytime soon?

As far as we have tested, no problem with PHP 8.3.

Deleuze
2023-12-18 13:50:08

Hello @plg,

thank you and the Piwigo for releasing the RC of Piwigo 14 :D
I was wondering whether Piwigo 14 would work with PHP 8.3, too? If it currently does not, is it going to anytime soon?

Kind regards :)

plg
2023-12-18 10:19:27

executive wrote:

@Dan33185
Yes, the infrastructure is completely managed for you, if you are a piwigo.com customer.

We're preparing Piwigo 14 for Piwigo.com. Should start to deploy this week.

executive
2023-12-18 06:54:40

@Dan33185
Yes, the infrastructure is completely managed for you, if you are a piwigo.com customer.

Dan33185
2023-12-18 05:48:54

This might be a dumb question, but are updates automatically applied to those of us who don't host our own site and use Piwigo only?

Board footer

Powered by FluxBB

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