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

File permission problem in image_converter.php

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • None
    • 2011.12, 2012.1, 2012.2, 2012.3
    • None
    • Operating System: Linux
      PHP Version: 5.3.8
      Database and version:
      Browser (and version):

    Description

      On our web hoster "DomainFactory.de" there is an issue with file permissions in image_converter.php. After converting an image the file permissions are not set properly, that results in an inability to preview a image manipulation in ezie (see screenshot).

      adding this at the end of function "perform" (after the "fileStore" call) solves the problem

              // fixing the file permissions
              eZImageHandler::changeFilePermissions( $dst );
      
      Steps to reproduce

      can only be reproduced on domainfactory hosts, but there could be problems with other hosters too maybe

      Attachments

        Activity

          People

            nfrp nfrp
            cici cici
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: