 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
June 14th, 2005, 03:16 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 43
| Upload error
When uploading a pic I get
Error creating thumbnail! Error code: 1
Command:
"C:\Program Files\ImageMagick-5.5.6-Q16\mogrify.exe" +profile "*" -size 100x75 -quality 70 -geometry 100x75 -unsharp 10 E:/Inetpub/ORBA42/photopost/data/501/thumbs/DSC00301.JPG
Does that mean it cant fing the imagemagick program?
|
| |
June 14th, 2005, 03:26 PM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 43
|
Never mind, sorry I just needed to read more posts first before posting. I will try to upgrade imagemagic first and then see where i am at
|
| |
June 14th, 2005, 04:34 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 43
|
Well I installed imagemagic 6. something and still get errors do I need to reboot the server inorder for php to set the correct path for imagemagic 6. I still have the older version on the server as another site uses it and didnt want to mess with it.
|
| |
June 14th, 2005, 05:02 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 43
|
Got it to work, I removed the +profile \"*\" from the image-inc file in the 2 places it was. My question is by removing that what did I do? Will I have other issues by removing that? thanks in advance
|
| |
June 14th, 2005, 05:06 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
The statement extracts misc header info like exif info from the thumb and medium images making them smaller. It wont break anything.
|
| |
June 17th, 2005, 07:28 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 43
|
Thanks
|
| |
June 19th, 2005, 04:00 AM
|
#7 (permalink)
| | Registered User
Join Date: Sep 2002 Location: CA, USA
Posts: 90
|
Hi. I am having the same problem on mine. It doesn't happen on every zip, but it's getting to be a big hassle. When you removed the +profile \"*\" from the image-inc did you also remove the space after it? I upgraded to imagemagick 6.2.3 and it still doesn't work.
My error:
Error creating thumbnail! Error code: 1
Command:
"/usr/bin/mogrify" +profile "*" -size 100x73 -quality 70 -geometry 100x73 -unsharp 10 '/home/diva/public_html/photopost/data/546/thumbs/james-ned.jpg'
|
| |
June 19th, 2005, 07:52 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Have you tried using GD2
|
| |
June 19th, 2005, 12:39 PM
|
#9 (permalink)
| | Registered User
Join Date: Sep 2002 Location: CA, USA
Posts: 90
| Quote: |
Originally Posted by omegatron Have you tried using GD2 | No. Is the quality the same?
Edit: I am still having problems using GD2. Now the error is:
arning: imagecreatefromjpeg(): '/home/diva/public_html/photopost/uploads/1/00019409.JPG' is not a valid JPEG file in homedivapublic_htmlphotopostimage-inc.php on line 84
Last edited by Diva; June 19th, 2005 at 01:10 PM.
|
| |
June 19th, 2005, 01:55 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Okay
Have you checked all permission on the data and uploads directories and there subdirectories to ensure they are 777. try clearing all files under your upload directory and try uploading again to ensure there is not a corrupt file stopping uploads.
|
| |
June 19th, 2005, 03:41 PM
|
#11 (permalink)
| | Registered User
Join Date: Sep 2002 Location: CA, USA
Posts: 90
| Quote: |
Originally Posted by omegatron Okay
Have you checked all permission on the data and uploads directories and there subdirectories to ensure they are 777. try clearing all files under your upload directory and try uploading again to ensure there is not a corrupt file stopping uploads. | I re-checked permissions... All are set correctly. The upload directory was empty. Right now I have been pulling the pictures, editing them in some way and re-saving them. Then I can upload them without the error. Some are .Gifs, some .jpgs. They have different types of names too. I'm going to upload some more later and I'll see what happens. I welcome any suggestions to correct this.
|
| |
June 19th, 2005, 03:52 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
well there are a couple of things I could suggest.
1. If you save a gif as a jpg you will get that error.
2. You using jpegtran or not? putting in the path to jpegtran may help here if this is a problem with the header info on those files.
|
| |
July 1st, 2005, 02:40 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Jun 2005
Posts: 34
| Quote: |
arning: imagecreatefromjpeg(): '/home/diva/public_html/photopost/uploads/1/00019409.JPG' is not a valid JPEG file in homedivapublic_htmlphotopostimage-inc.php on line 84
| I'm getting this exact same error...with my directories of course...while using ImageMagic. I checked and re-checked all my permissions and they're all 777. Kind of frustrated that I can't get any of this to work.
Any other advice would be great. The aforementioned error is being put on the my bulkupload.php page.
Also on that page, I am getting: Code: Content visible to verified customers only.
I know you said to remove the "*", but is that something I need my hosting company to do? Thanks.
|
| |
July 1st, 2005, 03:14 PM
|
#14 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
No, you need to modify image-inc.php if your IM is outdated and you cannot upgrade:
lines 301 and 309 (in 5.12) both have that in them.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
July 5th, 2005, 08:42 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Jun 2005
Posts: 34
|
Ok, I removed the \"*\" from those two places, and nothing happened...still the same errors. Not sure where I should turn now. I've tried just about everything I can think of...though that isn't very much. Anything esle I can try? Thanks.
|
| |
July 7th, 2005, 08:47 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Are you using convert or mogrify?
Try mogrify not convert and then try selecting gd as the processor and see if it works
|
| |
July 7th, 2005, 08:51 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Jun 2005
Posts: 34
|
I had already created another post about this same problem. I got the answer, from you I think, you stated here and it worked. Thanks!
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | Upload Error | MikeJeffs | How Do I? - vBulletin 3.5.X | 5 | September 2nd, 2005 01:18 PM | | pp 5.1 error during upload | filipv | Photopost Pro Installation & Upgrades | 2 | May 30th, 2005 10:32 AM | | upload error | twynturboz | Photopost Pro Installation & Upgrades | 8 | July 5th, 2004 08:07 PM | All times are GMT -5. The time now is 06:35 AM. | |