Author Topic: Imagemagick - need help!  (Read 6306 times)

0 Members and 1 Guest are viewing this topic.

Offline Jadelit

  • Pre-Newbie
  • Posts: 4
    • View Profile
    • http://www.jadelit.com
Imagemagick - need help!
« on: July 03, 2002, 08:22:21 PM »
OK I read in the other threads that you have to have safe_mode off.. well I did phpinfo.php on my server and this is what I found..

Code: [Select]
safe_mode
 Off Off
safe_mode_exec_dir
 no value no value
safe_mode_gid
 Off Off
safe_mode_include_dir
 no value no value


Now when I try and create a thumbnail or resize an image, this is the error I get..

Code: [Select]
Convert image file: wall1byjade.jpg (1024x768) ....  
   Error converting image file!


I contacted my host for the correct path and they said

Quote
/usr/local/share/ImageMagick


I also CHMOD the following dirs 777

    Data
    -Database
    -Media
    -Thumbnails
    -Tmp_media
    -Tmp_thumbnails
    Templates
    -Default
    -Media[/list:u]

    But it still doesn't work..


    Some help please..

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Imagemagick - need help!
« Reply #1 on: July 03, 2002, 10:02:07 PM »
hi,

you need the full path to cmd convert not to ImageMagick directory

like
/usr/bin/convert
or
/usr/local/bin/convert

or if you have SSH(telnet) access try this
whereis convert
or ask your hosting provider again..
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 Jadelit

  • Pre-Newbie
  • Posts: 4
    • View Profile
    • http://www.jadelit.com
Imagemagick - need help!
« Reply #2 on: July 03, 2002, 10:45:03 PM »
sweet found it..

/usr/local/bin/convert


Thanks a bunch!

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Imagemagick - need help!
« Reply #3 on: July 03, 2002, 11:00:31 PM »
you're welcome..

it would be great if you put <a href=> link for "4homepages" back in your footer.html..
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 Jadelit

  • Pre-Newbie
  • Posts: 4
    • View Profile
    • http://www.jadelit.com
Imagemagick - need help!
« Reply #4 on: July 04, 2002, 12:28:26 AM »
whoops..

forgot to link it.

Offline FED

  • Pre-Newbie
  • Posts: 7
    • View Profile
Imagemagick - need help!
« Reply #5 on: July 11, 2002, 01:14:49 PM »
ok, i fill path to /usr/bin/convert

then converting again see this :(
Quote
Convert image file: test_foto.jpg (800x600) ....  
   Error converting image file!

or
Quote
Create thumbnail for: Test (test_foto.jpg) ....  
   Error creating thumbnail!

please help...

(on server installed ImageMagick)

Offline FED

  • Pre-Newbie
  • Posts: 7
    • View Profile
Imagemagick - need help!
« Reply #6 on: July 12, 2002, 03:26:59 AM »
any body know how this problem may resolved?
please, help..  :roll: