PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Error 126 help (http://www.photopost.com/forum/photopost-pro-installation-upgrades/92918-error-126-help.html)

Razta December 19th, 2003 11:52 AM

Error 126 help
 
Ok, I have verified my paths with my provider and I still can not get a file uploaded.
Im also not running in php safe mode.
What other things do I check that could cause this error:
Error creating thumbnail! Error code: 126

Command:

"/usr/bin/" -size 100x50 -quality 70 -geometry 100x50 '/home/sprinter/public_html/gallery/data/500/3raztaavatar-thumb.jpg'


Thanks for anyone's time.

donb December 19th, 2003 01:05 PM

Your "mogrify_command" in the config-inc.php does not include the full command.

It needs to say mogrify in there as well, such as /usr/bin/mogrify"

sbb July 14th, 2004 05:47 PM

Just wanted to chime in and let you know that this was a helpful response... totally got us up and running after I had to install imagemagick on our new server. :)

mcyates September 11th, 2004 03:28 PM

I just got this:

Error creating thumbnail! Error code: 126

Command:

"/usr/bin/mogrify/" -size 100x75 -quality 50 -geometry 100x75 '/home/myfootba/public_html/photopost/data/500/1DSC02087-thumb.JPG'

My (hostgo) told me it was this /usr/bin/mogrify/ so why isn't it working. Been trying to install it for 1 1/2 hours now, got the headers all working thanks to your help in the sticky thread in the instalation forum. Any help here please.

Michael P September 13th, 2004 08:42 AM

Your mogrify path contains a slash at the end which should not be there.

/usr/bin/mogrify/

should be

/usr/bin/mogrify


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