PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Error creating thumbnail! Error code: 126 (http://www.photopost.com/forum/photopost-pro-bug-reports/138331-error-creating-thumbnail-error-code-126-a.html)

santamonicaart October 31st, 2008 12:15 PM

Error creating thumbnail! Error code: 126
 
I'm getting an upload error and can't upload images. When PP was initially installed, Imaging was set to GD and I was able to upload, but the problem started after changing to ImageMagick.

Is there something else that should be changed?

Using Photopost version 6.2
ImageMagick version 6.0.7.1-20

All related folders are 777

Here's the error:

Error creating thumbnail! Error code: 126
Command:
"/usr/local/bin" +profile "*" -size 100x70 -quality 70 -geometry 100x70 -unsharp 10 '/home/xxxxxxx/public_html/gallery/data/504/thumbs/camera.jpg'

Cheers

santamonicaart October 31st, 2008 01:43 PM

also, this is set in the config file:

// $mogrify_command = "c:\progra~1\imagemagick\mogrify.exe";
// $mogrify_command = "c:\ImageMagick\mogrify.exe";
$mogrify_command = "/usr/local/bin";

Chuck S October 31st, 2008 09:50 PM

Try setting your mogrify path to the correct path like so including filename?

/usr/local/bin/mogrify

santamonicaart November 2nd, 2008 12:28 PM

Hi Chuck, I tried that and got a different error message:

Error creating thumbnail! Error code: 127
Command:

"/usr/local/bin/mogrify" +profile "*" -size 43x100 -quality 70 -geometry 43x100 '/home/xxxxxxx/public_html/gallery/data/504/thumbs/cellphone.jpg'

Chuck S November 2nd, 2008 07:13 PM

Thats correct you need to make sure you set the true path to mogrify on your server. if you dont have mogrify try setting your image processor to GD2 in global options in admin.


All times are GMT -5. The time now is 12:33 AM.

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