Forums » Troubleshooting

ImageMagick error

(4 posts)
  • Started 2 months ago by tmikk
  • Latest reply from tmikk
  • This topic is resolved

Tags:

  1. tmikk | Member
    2 months ago # | |

    When I try to upload an image, I get the error: "ImageMagick is not properly configured. Please check your settings and then try again." This is on Ubuntu server 7.10 . I verified that the archive folders are set to write enabled (777). I have Image Magic installed. When I enter the command "which convert", the path is /usr/local/bin/convert which matches the path in Omeka settings page.

    What else should I check?

  2. 2 months ago # | |

    Can you verify that convert is actually running? you could try /usr/local/bin/convert on the command line. Also, if that doesn't work, this is just a shot in the dark, but on line 346 of application/models/File.php, you could change $path . ' -version' to just $path. Let me know how it goes.

  3. 2 months ago # | |

    Correction, I meant that if convert does work on the command line, but your installation is still broken, you should try the second thing.

  4. tmikk | Member
    2 months ago # | |

    Thank's Kris, I figured it out. Even though the command "which convert" shows usr/bin/local/convert , the correct path for imagemagick convert in my case was /usr/bin/convert . Setting this for my path in the Settings page made the error message disappear.

    Thanks again!

    Tonu

RSS feed for this topic

Reply

You must log in to post.