Hi, try to convert pdf to images but get this Postscript delegates error. It worked on my Unix dev server but not in my Windows production server:
PostscriptDelegateFailed `D:\Inetpub\wwwroot\IQPagerTest/app/webroot/book/pdf/iqpager@1390226822.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/678
Error: An Internal Error Has Occurred.
Stack Trace
APP\Controller\SettingsController.php line 645 → Imagick->__construct(string)
[internal function] → SettingsController->pdfupload()
CORE\Cake\Controller\Controller.php line 485 → ReflectionMethod->invokeArgs(SettingsController, array)
CORE\Cake\Routing\Dispatcher.php line 186 → Controller->invokeAction(CakeRequest)
CORE\Cake\Routing\Dispatcher.php line 161 → Dispatcher->_invoke(SettingsController, CakeRequest, CakeResponse)
APP\webroot\index.php line 92 → Dispatcher->dispatch(CakeRequest, CakeResponse)
Thanks for help finding the error
Posscript Delegate fails
-
- Posts: 7
- Joined: 2013-12-20T01:39:42-07:00
- Authentication code: 6789
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Posscript Delegate fails
It looks like you may not have Ghostscript installed (or Imagick cannot find it)
What version of IM?
Does
convert -version
list gs or gslib.
Or
convert -list configure
and look at the line starting with Delegates
What version of IM?
Does
convert -version
list gs or gslib.
Or
convert -list configure
and look at the line starting with Delegates
-
- Posts: 7
- Joined: 2013-12-20T01:39:42-07:00
- Authentication code: 6789
Re: Posscript Delegate fails
We have
ImageMagick 6.8.0-7 2012-11-23 Q16 http://www.imagemagick.org
and Ghostscript is installed on the server
Nils
ImageMagick 6.8.0-7 2012-11-23 Q16 http://www.imagemagick.org
and Ghostscript is installed on the server
Nils
-
- Posts: 7
- Joined: 2013-12-20T01:39:42-07:00
- Authentication code: 6789
Re: Posscript Delegate fails
GhostScript is installed in c:program files
it is gs9.10
it is gs9.10
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Posscript Delegate fails
But does Imagick, PHP and Imagemagick see it?
-
- Posts: 7
- Joined: 2013-12-20T01:39:42-07:00
- Authentication code: 6789
Re: Posscript Delegate fails
Hi,
Do I need a specific setting in Imagick,
Nils
Do I need a specific setting in Imagick,
Nils
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Posscript Delegate fails
Sorry, I know little about configuring Imagick. But search the archives (top right on this page). Seems like this issue has been reported and answered in other posts.
-
- Posts: 7
- Joined: 2013-12-20T01:39:42-07:00
- Authentication code: 6789
Re: Posscript Delegate fails
Thanks for theinfo and it was solving my problem. GREAT