Page 1 of 1

Trying to Get ImageMagick to Work - Windows vBulletin Photo

Posted: 2007-05-24T15:06:25-07:00
by paul g
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!

Re: Trying to Get ImageMagick to Work - Windows vBulletin Photo

Posted: 2007-05-26T07:09:22-07:00
by paul g
Can anyone help?

Re: Trying to Get ImageMagick to Work - Windows vBulletin Photo

Posted: 2007-05-30T20:37:28-07:00
by txwizard
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.