PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   I need assistance (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113384-i-need-assistance.html)

screampeg April 7th, 2005 09:01 PM

I need assistance
 
I keep getting this error:

Error creating thumbnail! Error code: 1

Command:

"/usr/bin/mogrify" +profile "*" -size 100x75 -quality 70 -geometry 100x75 -unsharp 10 '/home/ctoutdoorsmen/PhotoPost/data/502/thumbs/BogeysBuoy2.jpg'

Wild Texas April 8th, 2005 07:07 AM

Ask your web host what the correct path to mogrify is. The default path for mogrify in Photopost is not what my web host uses, and that may be your issue.

Michael P April 8th, 2005 07:08 AM

Also check your version number and be sure you have something current. Older versions of IM do not support the removal of EXIF/IPTC info from files using the +profile "*" option.

screampeg April 9th, 2005 01:33 PM

well ive been able to post pics before using the same mogrify path. but all of a sudden, it doesnt work.

Chuck S April 9th, 2005 04:17 PM

If you upgraded to PP5 and it does not like the profile option you need to update imagemagick or remove the profile option from the mogrify call in image-inc.php

screampeg April 15th, 2005 02:43 PM

how can i remove the profile option from the mogrify call within that file? I mean, what must I edit?

Chuck S April 15th, 2005 02:52 PM

In image-inc.php find this twice and remove

+profile \"*\"

screampeg April 16th, 2005 03:22 PM

I did that ,and recieved this error:


Error creating thumbnail! Error code: 1

Command:

"/usr/bin/mogrify" -size 100x75 -quality 70 -geometry 100x75 -unsharp 10 '/home/ctoutdoorsmen/PhotoPost/data/501/thumbs/brandy13.JPG'

Chuck S April 16th, 2005 03:45 PM

okay well if thats the case then its all just down to directory permissions on the data directories or you dont have true permission to use imagemagick or one of the supporting libraries

screampeg April 19th, 2005 02:36 PM

I also recieve this error when i try to upload and change the category:


Warning: copy(/home/ctoutdoorsmen/PhotoPost/data/502/thumbs/barricadewhite.gif): failed to open stream: No such file or directory in /home/ctoutdoorsmen/PhotoPost/image-inc.php on line 261

Chuck S April 19th, 2005 05:46 PM

all the data directories at every level must be 777


All times are GMT -5. The time now is 06:39 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97