PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   Error Code: 127 (upload error) (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/125284-error-code-127-upload-error.html)

ludachris June 2nd, 2006 03:15 PM

Error Code: 127 (upload error)
 
So I'm trying to get a new copy of this script working for a client. The site is hosted on my server and I have two other domains on this server running this script. I've referenced the ImageMagick path and I'm using the same setting as the other two sites on this server. I can't figure it out.

Any ideas? Any other reason this error would pop up? The script works fine on the other two sites, so the server is obviously set up right. Why would it not work with this newest installation?

Chuck S June 2nd, 2006 04:17 PM

Error 127 would suggest that the path to Imagemagick is incorrect.

ludachris June 2nd, 2006 04:34 PM

Chuck, what doesn't make sense to me is that two other sites on this same server that have the same path set and they're working fine. How could it be that this site doesn't work yet the other two do? Is there some other setting or something that has to be changed?

Chuck S June 2nd, 2006 04:46 PM

Error Code 127 is the mogrify error saying it can not be found.

Your other two sites what are they vbgallery or Photopost?

vBGallery uses convert. Photopost products use mogrify. Could you possibly not have convert installed? Double check your path.

In Photopost we do the whole path like so to mogrify

/usr/bin/mogrify

Whereas in vbgallery you would just put

/usr/bin

ludachris June 2nd, 2006 05:02 PM

Both other sites are using vbgallery. They both have the same path to Imagemagick. It's not an issue of it not being installed. Is there a chance that this site doesn't have access to the same utilities that the other sites do even though they're on the same server? I'm stumped.

Chuck S June 2nd, 2006 05:14 PM

It could be a sharing issue or ownership surely. This would most likely be your issue

ludachris June 2nd, 2006 05:16 PM

The host is officially stumped too, and I can't see what they'd be able to tell me since two other sites work and this one doesn't. This is a new installation on vb3.54. Should I try uninstalling and reinstalling?

ludachris June 2nd, 2006 05:16 PM

Quote:

It could be a sharing issue or ownership surely. This would most likely be your issue
Please explain...

Chuck S June 2nd, 2006 08:02 PM

Is it an ownership issue?

Are you using a non root imagemagick install installed in a path by a certain user and the other two accounts have permission to use this or are owned by the same user account and this 3rd account on another server path with another owner?

Usually installing Imagemagick with --enable-shared works for allowing it for all users on that box but I would have to ask does the user on this 3rd site have access to the server path where mogrify is at? See what is happening is the program is not finding that path and the file. Thus say your saying in vbGallery convert is at /usr/local/bin. Does this vbgallery file owner have access to see /usr/local/bin on that server. Maybe these other two accounts where installed with say your root user and this 3rd one not?

ludachris June 3rd, 2006 02:09 PM

Never got it figured out. Just ended up going with GD instead.

Zachariah June 3rd, 2006 05:25 PM

I have seen times when you need the extra slash @ the end
I think only on a windows box.

/usr/bin/mogrify/

/usr/bin/


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