PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.6x (http://www.photopost.com/forum/bugs-vbulletin-3-6x/)
-   -   Image Magick Thumbs (fixed) (http://www.photopost.com/forum/bugs-vbulletin-3-6x/128110-image-magick-thumbs-fixed.html)

waltercat October 20th, 2006 05:40 PM

Image Magick Thumbs (fixed)
 
I am on vbgallery 2.0 and am trying to use ImageMagick 6.2.4. I have tried the following for paths, but none work as the thumbnails do not show:

/usr/local/phplibs/bin/mogrify
/usr/local/phplibs/bin
/usr/local/bin/mogrify
/usr/local/bin

I have tried to rebuild thumbnails. GD2 works fine, but I'd like to use image magick.

Exilera October 20th, 2006 05:51 PM

Quote:

Originally Posted by waltercat (Post 1176939)
I am on vbgallery 2.0 and am trying to use ImageMagick 6.2.4. I have tried the following for paths, but none work as the thumbnails do not show:

/usr/local/phplibs/bin/mogrify
/usr/local/phplibs/bin
/usr/local/bin/mogrify
/usr/local/bin

I have tried to rebuild thumbnails. GD2 works fine, but I'd like to use image magick.


Have you tried usr/bin/mogrify? That's the path to my IM directory. If you can't find the correct path, ask your host.

Chuck S October 20th, 2006 05:57 PM

You need to find your location from your host and in vbgallery you only input path like so

/usr/bin

waltercat October 20th, 2006 10:38 PM

I checked with my host and the mogrify file is located here:

/usr/local/phplibs/bin/mogrify

and here as an alias:
/usr/local/bin/mogrify

I've tried all variations and none work, even these, which I assume should work.
/usr/local/phplibs/bin
/usr/local/bin

V-Rodforums October 23rd, 2006 08:17 PM

Quote:

Originally Posted by Chuck S (Post 1176941)
You need to find your location from your host and in vbgallery you only input path like so

/usr/bin


Chuck for some reason when I set mine up /usr/bin worked for my vbulletin but the gallery required /usr/bin/ still don't know why the difference.

waltercat October 26th, 2006 06:02 PM

Quote:

Originally Posted by V-Rodforums (Post 1177299)
Chuck for some reason when I set mine up /usr/bin worked for my vbulletin but the gallery required /usr/bin/ still don't know why the difference.

Are you using vbgallery 2.0 and vb 3.6.1 by chance?

I still can't get this to work...

V-Rodforums October 26th, 2006 06:33 PM

Quote:

Originally Posted by waltercat (Post 1177641)
Are you using vbgallery 2.0 and vb 3.6.1 by chance?

I still can't get this to work...

I run three forums total and do have the combination on one of my forums and yes I had to run the /usr/bin/ to get it to work.

waltercat October 26th, 2006 10:21 PM

I've tried every combination and nothing will create a thumbnail. What version Image Magick do you use?

waltercat October 28th, 2006 09:59 AM

I spent an hour with my host trying to trouble shoot and it does not work with Image Magick. Can someone please help me understand this. Are there any other settings besides the path that I need to set, in order for thumbnails to create?

The path should be /usr/local/bin or /usr/local/bin/ but neither work...

V-Rodforums October 28th, 2006 10:53 AM

Sorry I didn't get back sooner, I run Package ImageMagick 6.0.7.1-16

Not sure if that helps you at all. Your host should be able to tell you if they have it on your server and what the exact location is.

waltercat October 28th, 2006 03:23 PM

I have a later version of image magick. I wonder if that is the problem. I use 6.2.4 I went to thier site and they do not offer your version of the program.

waltercat October 28th, 2006 06:05 PM

Just upgraded to vbgallery 2.1 (which was a bear, and I ended up uninstalling and reinstalling) and image magick still doesn't work. Is there anyone from the photopost support team that can help me?

Zachariah October 28th, 2006 07:08 PM

I do not know of issues on IM.
- I'll take a look here localy and let ya know.

oldengine October 28th, 2006 07:52 PM

I'm using this one:

/usr/bin/mogrify -version
Version: ImageMagick 6.0.0 09/30/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2004 ImageMagick Studio LLC

waltercat October 29th, 2006 02:41 PM

Zachariah,

Let me know if I should send you my admin info. Maybe I'm just doing something wrong...

waltercat October 31st, 2006 11:28 AM

Any advances on this?

Michael P November 2nd, 2006 12:34 PM

If Z can tell us what the command that is trying to be executed is, then you can try running it manually on your server to see what, if any, error is being printed.

For example, in PhotoPost PRO, we use:

Code:

Content visible to verified customers only.
as an example this command tries to resize thumbnail.jpg to a 120x90 thumbnail.

Z, what command are you executing that they can try on their server?

Zachariah November 2nd, 2006 02:43 PM

I am looking @ this issue.
This is may be a bug in the software.

Zachariah November 2nd, 2006 05:22 PM

Try this:


Edit:
forums/includes/functions_gallery_imageedit.php

Line 184:
Code:

Content visible to verified customers only.
Remove Bold
Code:

Content visible to verified customers only.

waltercat November 2nd, 2006 10:27 PM

This didn't work, I still cannot render a thumbnail.


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