Markus Manegold

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
Feb 6, 2023 at 10:20 am
#183106

Hi Shahjada,

thank you for your reply.
My hoster gave me the hint, that the environment variable must be passed before the function calling Imagick.

He gives the following example:

###############<snip>
<?php

putenv(“HOME=/homepages/12/d123456789/htdocs”);

$cmd = ‘/usr/bin/convert /homepages/12/d123456789/htdocs/document.pdf /homepages/12/d123456789/htdocs/document.jpg’;
shell_exec($cmd);

?>
###############</snap>

Maybe there is a solution if you share me the file that accomplishes the call via shortcode [pdf_thumb] so that I
paste them into my child theme with the mentioned environment variable…

greets

Eckhard

Feb 4, 2023 at 2:07 pm
#183082
This reply has been marked as private.
Feb 3, 2023 at 10:17 am
#183055

Thank you for your reply,

BUT:

Imagick ist available

https://www.monoxyle.com/phpinfo.php

an is doing it’s job:

https://www.monoxyle.com/imagick-test.php

but doesn’t work with your WPDM:

https://www.monoxyle.com/imagick-test/

There is no warning: [ imagick missing ] !!!!

Mit freundlichen Grüßen / Best regards

Eckhard Rolf

Viewing 3 posts - 1 through 3 (of 3 total)