Author Topic: image magick errors  (Read 19667 times)

0 Members and 1 Guest are viewing this topic.

Offline sintensity

  • Pre-Newbie
  • Posts: 6
    • View Profile
image magick errors
« on: September 27, 2002, 11:53:02 PM »
when I try to make thumbnails with I get the error

Create thumbnail for: cam fun (5pic.jpg) ....  
   Error creating thumbnail!

and thats all it says. I've read a couple people ask how to fix this, but read where someone actually answered. I know I've got the right path down because I asked my hosting company. Any help?

Offline getemup

  • Pre-Newbie
  • Posts: 5
    • View Profile
image magick errors
« Reply #1 on: September 28, 2002, 09:58:52 AM »
I'm having the same problem. My host just installed ImageMagick and I know I've got the right path, but I get that same error when I try to create thumbs.
What can cause this error??

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
image magick errors
« Reply #2 on: September 28, 2002, 10:18:34 AM »
well,

i think that will be a incorrect installation of imagemagick ..
or, big pictures, or a digi cam pic (from some digicams imagemagick can't manipulate the pic's)
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
image magick errors
« Reply #3 on: September 28, 2002, 01:06:20 PM »
Maybe you should try the path again without the K in image magick
(image magic )

giffy :wink:

Offline getemup

  • Pre-Newbie
  • Posts: 5
    • View Profile
image magick errors
« Reply #4 on: September 28, 2002, 09:21:50 PM »
The reason I believe the path is correct is that when I tried other paths first I got this error:
ImageMagick error. Wrong path or ImageMagick not installed.
Check module settings.

When I put in the current path /usr/local/bin/convert I did not get the error. With that path I am able to go to the Auto-Thumbnailer page, and check for thumbnails, but when I try to Create Thumbnail I get the error. I am trying to make thumbnails for 2 images- 1 from a digital camera, and 1 from a webcam image, neither of which are working.
Is the ONLY other option that ImageMagick was incorrectly installed? I don't know much about it, but it seems that when I stopped getting the "ImageMagick error" that 4images recognized ImageMagick as functioning correctly. Does that make sense? My host claims to have been testing ImageMagick for days before releasing it to their customers, so according to them it should be set up fine.
Any ideas?

Offline sintensity

  • Pre-Newbie
  • Posts: 6
    • View Profile
image magick errors
« Reply #5 on: September 28, 2002, 09:38:03 PM »
exact same thing here. And my domain is with A+Hosting. A pretty big hosting company. I think they'd know enough to give me the right path.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
image magick errors
« Reply #6 on: September 29, 2002, 01:25:12 AM »
okay,

upload you pic's here:
http://www.nicky.net/4images/gallery/?l=english

but you have to be registered at gallery...

i will test it on my server and ImageMagick..
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline getemup

  • Pre-Newbie
  • Posts: 5
    • View Profile
image magick errors
« Reply #7 on: September 29, 2002, 03:18:31 AM »
Nicky thank you for helping us test. I registered and uploaded a picture which is awaiting review. Thanks!

Offline sintensity

  • Pre-Newbie
  • Posts: 6
    • View Profile
image magick errors
« Reply #8 on: September 29, 2002, 05:34:05 AM »
i just noticed that mine will make thumbnails but only if the pictures are gif's. so only 1 out my 63 images made a thumbnail. am i doing something wrong?

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
image magick errors
« Reply #9 on: September 29, 2002, 07:35:29 PM »
hi all,

how you can see, on my server there is no troubles with your images..
all your pic's was resized to 440 x XXX pixel, and thumbnail was created.


@sintensity,
if you wish you can upload a GIF file too..
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline sintensity

  • Pre-Newbie
  • Posts: 6
    • View Profile
image magick errors
« Reply #10 on: September 30, 2002, 07:56:20 PM »
when I told my hosting company that imagemagick lets me make thumbnails of gifs but not jpg's or anything else they replied,

"That sounds too specific to be ImageMagick.  It could be the script."

Offline sintensity

  • Pre-Newbie
  • Posts: 6
    • View Profile
image magick errors
« Reply #11 on: September 30, 2002, 08:57:17 PM »
I talked to my host again and was told I have all 3 thumbnail programs installed. So I tried them all.
image magick = only makes thumbnails for gifs.

netPBM = says it makes thumbnails, but they are 0kb in size.

GD = tells me "Create thumbnail for: cam fun (5pic.jpg) ....  
Warning: ImageCreateFromJpeg: No JPEG support in this PHP build in /users2/s/sintensity.com-42095/public_html/gallery/includes/image_utils.php on line 71"

   Error creating thumbnail!

Offline xhost4u

  • Pre-Newbie
  • Posts: 1
    • View Profile
    • http://xhost4u.com
ImageMagick & Errors
« Reply #12 on: October 07, 2002, 06:59:11 AM »
Here's a solution as ImageMagick is tricky with php files. You'll need SSH access.

Open a ssh session on your host and type .. whereis convert .. or locate convert .. or find / -name convert. it's usualy located in /usr/local/lib but it's best to do the search anyway. whereis will be fairly precise in the search whereas locate will give you anyfile or directory in which the string "convert" appears. find is the most precise of all the search options.

Then just type that info into the setup for ImageMagick where is asks the path to ImageMagik.

For example on our CPanel server it's: /usr/local/bin/convert

By typing that as the path everything works great with the script.

Hope this helps...if you don't have SSH and on CPanel just try the above. Won't hurt and maybe it will work for you!

Offline Swagger

  • Pre-Newbie
  • Posts: 2
    • View Profile
On the money
« Reply #13 on: October 29, 2002, 07:30:07 AM »
:lol: Thanks a lot, your info was on the money. The install info says nothing about pointing to convert. I have wasted too much time on a very simple problem.  Thanks again

Offline amber438

  • Pre-Newbie
  • Posts: 9
    • View Profile
image magick errors
« Reply #14 on: February 17, 2003, 05:16:03 PM »
I know this is an old post..but i wasted hours yesterday looking for the image magic path till I cam across this little gem..
Thanks!!!!
amber438