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

images not shown after installation (path to ImageMagick is not handled properly under windows)

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • 3.10.0
    • 3.9.1
    • Install
    • None
    • Operating System: Windows 2003 Server
      PHP Version: (please be specific, like '4.4.3' or '5.1.5')
      Database and version:
      Browser (and version):

    Description

      A bugreport from outside: downloaded http://ez.no/content/download/170275/1153618/file/ezpublish-3.9.1-gpl.zip and installed eZ Publish 3.9.1 on Windows 2003 Server, selected the "Plain site" package in the setup wizard. After the setup wizard is finished, the images are not displayed although Image Magick is present.

      The "\settings\override\image.ini.append.php" file contains the following settings:

      <?php /* #?ini charset="iso-8859-1"?
      
      [ImageMagick]
      IsEnabled=true
      ExecutablePath=C:\Program files\ImageMagick-6.3.3-Q16
      Executable=convert.exe
      */ ?>
      

      This doesn't work because of the space in "Program files". Had to fix manually by specifying:

      ExecutablePath=C:\Progra~1\ImageMagick-6.3.3-Q16
      

      in "\settings\override\image.ini.append.php"

      Attachments

        Activity

          People

            dp dp
            sveta sveta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: