Open djpmedia opened 3 hours ago
As this PDF converter was designed to run on a single server environment, it lack a lot of error checking/reporting which causes situation like this a pain to debug... While I'm searching what could be gone wrong, I start working on error handling.
Until then, it worth looking at the php error.log file too for additional error logs.
Added error reporting for the background process. Check background.log after updating.
I've setup a Docker container with php7.4 and imagick. When i run /test.php everything is oke.
When I upload a PDF, everything should be running as aspected besides that the preview thumbnails are blank. When I look to the logs, it said that de job is finished, but I have some imagick errors:
I can't figure out what the imagick errors are. Maybe some php modules/extensions are missing, or the Imagick version is wrong.
Maybe you can help?