Hi, I’m running your piwigo docker container and it works so far. Now I’m stuck with “2.984 checksums missing”. If I click “calculate”, it spins for 30 seconds and comes back with 504 gateway timeout. The piwigo forum folks told me to increase the max_execution_time. I found that parm in your container in /etc/php83/php.ini and set it to 300. But piwigo still breaks after roughly half a minute. I’m not really sure, how to restart PHP to re-read the ini file (I’m absolutely not familiar with PHP!). First I restarted the container, but that seem to reset php.ini to the images defaults, I suppose. Then I went in the running container and did nginx -s reload after saving the updated php.ini. It looked like a restart, but piwigop keeps breaking after 30 seconds.
How can I determine which parms are currently active in PHP? And how do I activate an updated php.ini?
Thanks in advance and regards
i suspect you should be changing it in /config/php/php_local or something like that (i dont use piwigo and dont recall the filename)
You can confirm your php settings with docker exec -it piwigo php -i
better active support is available on our discord.
Thank you, driz.
Yes, there is a file /config/php/php-local.ini which was empty. I put in max_execution_time = 300 and restarted the whole docker container, since /config is linked outside the container to be persistent.
Yes, it retains its new entry, but docker exec -it piwigo php -i still reports max_execution_time => 0 => 0
And piwigo still breaks after half a minute.
I can only suggest reviewing PHP: Runtime Configuration - Manual
if that fails to help, pop in discord for further help