You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to Nextcloud 29 rc2 I see the log spammed with thousands of messages like this:
Error PHP
imagecreatefromstring(): Data is not in a recognized format at /var/www/nextcloud/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php#117
"5 Apr 2024, 8:26:23 am"
Error PHP
imagecreatefromstring(): Data is not in a recognized format at /var/www/nextcloud/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php#117
"5 Apr 2024, 8:26:20 am"
Error PHP
imagecreatefromstring(): Data is not in a recognized format at /var/www/nextcloud/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php#117
"5 Apr 2024, 8:26:19 am"
Error PHP
imagecreatefromstring(): Data is not in a recognized format at /var/www/nextcloud/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php#117
"5 Apr 2024, 8:26:04 am"
Error PHP
imagecreatefromstring(): Data is not in a recognized format at /var/www/nextcloud/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php#117
"5 Apr 2024, 8:26:04 am"
Steps to reproduce
Upgraded existing system to version 29 rc2; then the messages appear. I have around 25000 photos in the nextcloud instance, mostly Jpegs, but some GIF and some in PENTAX Rawformat. It's not obvious to me which are causing the issue.
Expected behavior
I do not expect to see these errors in the logs.
Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
{"reqId":"AeiPgLj3OMQy0CQqYxgh","level":3,"time":"2024-04-04T21:28:28+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"imagecreatefromstring(): Data is not in a recognized format at /var/www/nextcloud/lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php#117","userAgent":"--","version":"29.0.0.15","data":{"app":"PHP"},"id":"6610d3bbd80cf"}
Additional info
No response
The text was updated successfully, but these errors were encountered:
We're already checking return value to determine if the format is unrecognized. There's no reason to let imagecreatefromstring() generate it's own E_WARNING when the format is unrecognized.
Fixes#44702
Signed-off-by: Josh <josh.t.richards@gmail.com>
We're already checking return value to determine if the format is unrecognized. There's no reason to let imagecreatefromstring() generate it's own E_WARNING when the format is unrecognized.
Fixes#44702
Signed-off-by: Josh <josh.t.richards@gmail.com>
Bug description
After updating to Nextcloud 29 rc2 I see the log spammed with thousands of messages like this:
Steps to reproduce
Upgraded existing system to version 29 rc2; then the messages appear. I have around 25000 photos in the nextcloud instance, mostly Jpegs, but some GIF and some in PENTAX Rawformat. It's not obvious to me which are causing the issue.
Expected behavior
I do not expect to see these errors in the logs.
Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: