Need some help.
I'm trying to configure ImageMagick to work on my windows server with vBulletin and PhotoPost.
I have it installed and can run the test commands via command line.
But in these scripts I get errors.
In vBulletin the error says Access Denied.
In PhotoPost I get:
Error creating thumbnail! Error code: 1
Command:
"c:\program files\imagemagick-6.0.8-q16\mogrify.exe" +profile "*" -size 75x100 -quality 100 -geometry 75x100 -unsharp 10 C:/Inetpub/vhosts/site/galleries/data/500/thumbs/gigi.JPG
Any ideas?
Thanks!
Trying to Get ImageMagick to Work - Windows vBulletin Photo
Re: Trying to Get ImageMagick to Work - Windows vBulletin Photo
The final part of your command reads as follows.
C:/Inetpub/vhosts/site/galleries/data/500/thumbs/gigi.JPG
Note the forward slashes.
Change to read like so:
C:\Inetpub\vhosts\site\galleries\data\500\thumbs\gigi.JPG
Also, make sure that directory C:\Inetpub\vhosts\site\galleries\data\500\thumbs\ exists.
C:/Inetpub/vhosts/site/galleries/data/500/thumbs/gigi.JPG
Note the forward slashes.
Change to read like so:
C:\Inetpub\vhosts\site\galleries\data\500\thumbs\gigi.JPG
Also, make sure that directory C:\Inetpub\vhosts\site\galleries\data\500\thumbs\ exists.