Hi,
New photos are badly uploaded after the last update. The data is shuffled, the photo scattered like a closed connection in the era of 56kb modems.
Where should I look for a problem, please?
Thank you for your help.
Example:
Piwigo 11.5.0
Operační systém: Linux
PHP: 5.6.40 [2021-09-05 19:24:21]
MySQL: 5.7.32 [2021-09-05 17:24:21]
Grafická knihovna: ImageMagick 6.9.7-4
Piwigo URL: http://foto.krush.cz
Last edited by Albedo_cz (2021-09-07 12:01:57)
Offline
I've found that if I reduce the resolution of the photo, the upload will work fine.
Offline
The conversion process of large images may get killed due to memory or time constraints. Check your PHP limits (Piwigo Admin -> Tools -> Maintenance, Environment, PHP, Show info), search for max_execution_time and memory_limit. They should be at least 30s and 256M, better more.
Also note that you are using way outdated software, PHP 5.6.40 doesn't even receive security updates since more than 2 years now (unless you have a provider that backports security patches to his old versions, doubtful, or a Linux distribution that does so, unlikely), and MySQL 5.7.32 is also already a year old and ImageMagick had release 7 already in 2018 or so. See also
https://www.php.net/supported-versions.php
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/
Offline