Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-9653

Imagemagick path failures

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • None
    • 3.9.0rc1
    • Install
    • None

    Description

      Hi,

      I just installed imagegick with the new 3.9 on my windows pc.

      imagemagick was available from path like
      convertim
      or
      "c:\program files (x86)\imagemagick-6.2.6-q16/convertim"

      The problem with the current eZ is when you wanna execute

      c:\program files (x86)\imagemagick-6.2.6-q16/convertim "-geometry" "x36" "var/ezwebin_site/storage/images/design/website_interface/172-2-ger-DE/website_interface.gif" "GIF:var/ezwebin_site/storage/images/design/website_interface/172-2-ger-DE/website_interface_logo.gif"

      windows thinks you wanna access c:\program files

      but the truth is you need to up quotas around the command to get the correct path

      so either

      "c:\program files (x86)\imagemagick-6.2.6-q16/convertim"
      or
      convertim
      or
      "convertim"

      would work in my senario, but the eZ command will just not execute since there are spaces in the path

      <code>
      Warning: eZImageShellHandler::convert Nov 30 2006 01:16:03

      Failed executing: c:\program files (x86)\imagemagick-6.2.6-q16/convertim "-geometry" "x36" "var/ezwebin_site/storage/images/design/website_interface/172-2-ger-DE/website_interface.gif" "GIF:var/ezwebin_site/storage/images/design/website_interface/172-2-ger-DE/website_interface_logo.gif", Error: , Return: 1

      Error: eZImageManager::createImageAlias Nov 30 2006 01:16:03

      Failed converting var/ezwebin_site/storage/images/design/website_interface/172-2-ger-DE/website_interface.gif to alias original in directory var/ezwebin_site/storage/images/design/website_interface/172-2-ger-DE
      <code>

      Attachments

        Activity

          People

            unknown unknown
            a7ccb6eb-752c-4f73-908e-4baabf343cdd@accounts.ibexa.co Björn Dieding
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: