Dear Guys,
I am at my wits end. I am using IM on the above box together with Ajaxplorer( latest ) (c) Charles du Jeu. Over in the appropriate support forums it turns out that none
can help, so I registered here in the hope someone can shed some light on this. The PHP code of the root application triggers a call against
convert (and gs /w nox11 latest ) to render a JPG off a PDF file selected to preview. All other formats work as expected.
Other than Ajaxplorer, apache "fails" with the following in the errlog:
Code: Select all
convert: Postscript delegate failed `[PATH_TO_PDF]': No such file or directory @ error/pdf.c/ReadPDFImage/678.
convert: no images defined `/usr/local/www/ajaxplorer/data/cache/imagick_thumb/7e540d0aceaa0a5f39d87c69237b1b61.jpg' @ error/convert.c/ConvertImageCommand/3078.
The PHP source throws another error, stating that it cannot rename something which does exist. The PHP routine fails here:
Code: Select all
rename($tmpFileThumb, $targetFile);
not a permissions issue. Sudo'ing the involved commands ( with www ) on the tty works like a charm.
Any help is highly appreciated.
Dan