PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   thumbnailing not working after upgrade anymore (http://www.photopost.com/forum/photopost-pro-installation-upgrades/83400-thumbnailing-not-working-after-upgrade-anymore.html)

dontom October 7th, 2003 01:07 AM

thumbnailing not working after upgrade anymore
 
All I get is a

Error creating thumbnail! Error code: 154

Command: "/home/virtual/site1/fst/var/www/html/imagemagick/bin/mogrify" -size 150x113 -quality -geometry 150x113 /home/virtual/site1/fst/var/www/html/fotos/data/500/1DSCF0024-thumb.jpg

no matter if i try to upload one or multiple pictures. I use Imagemagick.

Any Idea? Paths are ok - i upgraded my config-inc using beyond compare and did not touch my previously working settings.
Tom

donb October 7th, 2003 06:11 AM

What version is your ImageMagick?

Older IM's require 2 files names. The older PP issued 2 names, while the new PP is geared for the newer IM's which only need 1 file name.

dontom October 7th, 2003 08:21 AM

thnks for your answer - currently i have no time to check this - will do this later. I mv'ed the old php-files back in place and everything works again (old version)

gd (1 and 2) wasnt working for me neither - thumbs looked like mosaics...

dontom October 8th, 2003 12:17 AM

we did an IM upgrade from 5.3.8 to 5.5.7 (which is the newest afaik)

Now I get nearly the same error and had to switch back to the old PP-php-files again...

Error creating thumbnail! Error code: 1

Command: "/home/virtual/site1/fst/var/www/html/imagemagick/bin/mogrify" -size 150x113 -quality -geometry 150x113 /home/virtual/site1/fst/var/www/html/fotos/data/500/1DSCF0024-thumb.jpg

Any idea? Photopst works perfect again with the old php-files and the new Imagemagick...
can I add the old lines which do the thumbnailing into the new file? would be the easiest solution I guess..

donb October 8th, 2003 06:13 AM

Can you run that command via telnet/ssh to see what it says?

dontom October 8th, 2003 04:12 PM

I entered it without the double quotes. error:

mogrify: Missing quality (-quality).

donb October 8th, 2003 06:27 PM

d0h!! It is...

In your database, the settings table do you have an entry 88?

If not issue this SQL command, making sure to replace {prefix} with your table prefix.

INSERT INTO {prefix}settings VALUES (88,'Quality setting for resizing/thumbnails?','imgquality','','70',89,3);

dontom October 8th, 2003 07:13 PM

this entry was missing - now it seems to work ok - i will test this.
Thanks for your Help!!
Tom

dontom October 11th, 2003 08:14 AM

everything works fine now - thank you for your help!
Tom

PyroMarkus November 5th, 2004 05:38 PM

@donb

Since what version of PP/IM is that change you mentioned above effective?

I just upgraded PP from 3.2.1 (which worked fine with my installed IM 5.3.7) to 4.8.1 and now I get these 154 errors.

I just copied the path to mogrify from my 3.2.1 confic-inc into the new config file - and it does not work anymore:

/kunden/homepages/10/d74668333/htdocs/imagemagick/bin/mogrify

Since on http://www.photopost.com/howtoinstall-php.html there is still the version 5.3.8 linked I think that it is not needed to install newer version of IM.

Am I right?

But what are my problems then? I went with putty in the root of my htdocs and entered
whereis mogrify

and it just gives me a

mogrify:

so empty. Pleeeeeese - do you have any idea how to solve my problem? And if a newer IM is really needed, could you please point me to the correct file for Linux on imagemagick.org? I don't know which file I should download.

Many thanks in advance
Pyro

Chuck S November 5th, 2004 06:57 PM

imagemagick.net just download and compile the latest 6.1.3-3


All times are GMT -5. The time now is 07:10 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