PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 10 votes, 5.00 average. Display Modes
Old April 9th, 2009, 09:11 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
Question Error creating thumbnail! Error code: 1

Hi - sorry to post in here, just renewed and don't have access to support area.

I have just moved server and I get the following error when trying to upload new images:
Quote:
Error creating thumbnail! Error code: 1

Command:

"/usr/bin/mogrify" +profile "*" -size 0x100 -quality 80 -geometry 0x100 '/var/www/vhosts/migweb.co.uk/httpdocs/gallery/data/506/thumbs/onone2.jpg'
The mogrify location is set correctly. I've also checked everything and all seems fine. I'm on a unix server. Please help.

Many thanks

Mike
MikeWarner is offline   Reply With Quote
Old April 9th, 2009, 10:43 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
what are the permissions on that directory at all levels? If you set the processor to GD2 does the image process?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 9th, 2009, 02:09 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 82
Hi Chuck

No GD1 and GD2 say file type is not supported (yet). I never got GD working on my old server either.

Mogrify Permissions:
8 -rwxr-xr-x 1 root root 6952 Apr 18 2008 mogrify

/var/www/vhosts/migweb.co.uk/httpdocs/gallery/data/506/thumbs:
8 drwxrwxrwx 2 mikewarner psaserv 4096 Apr 9 15:04 thumbs

Thanks

Last edited by MikeWarner; April 9th, 2009 at 02:50 PM.
MikeWarner is offline   Reply With Quote
Old April 9th, 2009, 03:02 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
I might have to physically see the site and settings because that tells me permissions are not 777 or safe mode is on in PHP

You can send server details through the contact us link in the header.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 9th, 2009, 06:52 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2002
Posts: 61
Sorry to bump this thread but I am having this exact problem and there is no solution posted here.

I just moved to a new server and am getting this error when I try to upload a new photo:
Quote:
Error creating thumbnail! Error code: 1

Command:

"/usr/bin/mogrify" +profile "*" -size 0x100 -quality 70 -geometry 0x100 '/home/donz/winnipesaukee.com/html/photopost/data/502/thumbs/trophy12.jpg'
PHP Safe Mode is off, all the directories all the way up are 777, but I still get the error.

Do you know how MikeWarner solved this problem?

Thanks.
winnipesaukee is offline   Reply With Quote
Old August 9th, 2009, 06:54 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Make sure your server path to your data directory is correct in global and storage options.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 9th, 2009, 07:13 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2002
Posts: 61
I just checked and double-checked all the config and options path setting and they all look fine. The data is set to /home/donz/winnipesaukee.com/html/photopost/data/ like it should be.

Update: Oops, I missed those storage options under Image Protection. I fixed those settings and everything is working fine.

Thanks.

Last edited by winnipesaukee; August 9th, 2009 at 10:28 PM.
winnipesaukee is offline   Reply With Quote
Old August 9th, 2009, 10:30 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Have a good evening
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 30th, 2010, 04:09 PM   #9 (permalink)
Member
 
Join Date: Sep 2009
Location: Penzance UK
Posts: 159
Sorry to bring an old post back from the dead ... but I recycle you see

Chuck I have this error when uploading images in PP7. as far as I know nothing has changed and permissions for the album are 777.
I'm trying to replace a missing images and rebuild the thumbnail.
I've got to the image and hit edit and chose to replace the image and get this error after it has uploaded and presumably whilst it is generating the thumb:

Error creating thumbnail! Error code: 1

Command:

"/usr/bin/X11/mogrify" +profile "*" -size 100x68 -quality 90 -geometry 100x68 -unsharp 10 '/home/picturez/public_html/gallery/data/441/thumbs/Dolfijn(c)_vastgelopen_29-11-2000_voor_Mousehol__(_RRoosens_6-2001).jpg'

I have tried GD, GD2 and get other error messages. But nothing should have changed.
At the moment I an using ImageMagick
Halfhidden is offline   Reply With Quote
Old August 30th, 2010, 05:03 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Are you sure you have the correct path to mogrify on your server entered in admin config settings?

You can also test to see if its related to that by setting your processor to gd2 under global options and see if uploads work.

Mogrify could be broke on your server as well. Do medium images process? are the main images resized down? if its just the thumb it could be permissions issue.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 30th, 2010, 05:16 PM   #11 (permalink)
Member
 
Join Date: Sep 2009
Location: Penzance UK
Posts: 159
Quote:
Originally Posted by Chuck S View Post
Are you sure you have the correct path to mogrify on your server entered in admin config settings?

You can also test to see if its related to that by setting your processor to gd2 under global options and see if uploads work.

Mogrify could be broke on your server as well. Do medium images process? are the main images resized down? if its just the thumb it could be permissions issue.
Well here's the odd thing. If I upload a new image it works. Thumb and large. I only seem to get this error if I choose edit an existing image and choose replace.
Halfhidden is offline   Reply With Quote
Old August 30th, 2010, 05:52 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Does it happen with GD2 as the image processor?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 30th, 2010, 06:01 PM   #13 (permalink)
Member
 
Join Date: Sep 2009
Location: Penzance UK
Posts: 159
GD2 gives me this error:
Problem running JPEGTRAN:

"/usr/bin/jpegtran" -copy none /home/picturez/public_html/gallery/data/441/Dolfijn(c)_vastgelopen_29-11-2000_voor_Mousehol__(©_RRoosens_6-2001).jpg

Error Code: 2
And GD1 the same error
Halfhidden is offline   Reply With Quote
Old August 30th, 2010, 06:04 PM   #14 (permalink)
Member
 
Join Date: Sep 2009
Location: Penzance UK
Posts: 159
Path to JPegtran: /usr/bin/jpegtran

Same as it has been for the past year
Halfhidden is offline   Reply With Quote
Old August 30th, 2010, 06:29 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
leave your processor on gd2 and clear the jpegtran line and try again
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 30th, 2010, 06:38 PM   #16 (permalink)
Member
 
Join Date: Sep 2009
Location: Penzance UK
Posts: 159
Well it uploaded the image without an error except that no thumb was generated (although to be fair I guess i should hit the generate thumbnail button) but the medium image is missing and the large gives an error 404 page cannot be found
Halfhidden is offline   Reply With Quote
Old August 30th, 2010, 06:44 PM   #17 (permalink)
Member
 
Join Date: Sep 2009
Location: Penzance UK
Posts: 159
mmmmm, this is interesting.
I've just noticed that although I am uploading the same picture because the image was missing. My local copy of the image (on my computer) is called image1. When I upload the image I see that the error messages that I get refer to a different picture name every time.
The error 404 page refers to:
http://picturepenzance.co.uk/gallery...ns_6-2001).jpg

And looking above at my postings Dolfijn(c)_vastgelopen_29-11-2000_voor_Mousehol__(%C2%A9_RRoosens_6-2001).jpg has been mentioned throughout the error messages even though this is not the file I'm uploading.
Halfhidden is offline   Reply With Quote
Old August 30th, 2010, 09:37 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Have you tried clearing your uploads folder.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 31st, 2010, 04:46 PM   #19 (permalink)
Member
 
Join Date: Sep 2009
Location: Penzance UK
Posts: 159
I'm assuming you are talking about uploads folder and then 441 as that is the album it is being uploaded to? But either way I removed all of the uploads. I made a temp folder within upload folder and called it temp. I then placed the uploads in that folder making folder 441 empty. Tried the upload again and still got the error message strangely enough for the original file name despite uploading a completely different file name (as mentioned above)
Halfhidden is offline   Reply With Quote
Old August 31st, 2010, 09:25 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
not sure I understand the issue because if you upload an image called image1.jpg its not going to be renamed to that weird name

If you clear the uploads and upload that image1.jpg file thats the image that should be uploaded with that name.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error creating thumbnail! Error code: 127 JaneyDoe ReviewPost How do I...? 2 March 15th, 2008 07:46 PM
Image upload problem - error creating thumbnail error code 127 bargaintrophies Photopost Pro How Do I...? 2 January 15th, 2008 07:33 AM
Error creating thumbnail! Error code: 127 OneMooreCatch Photopost Pro Installation & Upgrades 1 October 23rd, 2007 04:55 PM
An Answer to the Error creating thumbnail! Error code: 127 raptor260 Photopost Pro Installation & Upgrades 9 October 28th, 2004 09:50 AM
Error creating thumbnail! Error code: 126 Firefox Photopost Pro Installation & Upgrades 2 October 25th, 2004 01:36 AM


All times are GMT -5. The time now is 01:57 AM.

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