johannessteu / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
GNU General Public License v3.0
0 stars 0 forks source link

NEOS-1864: Setup fails when using Imagick #196

Closed johannessteu closed 8 years ago

johannessteu commented 8 years ago

Jira issue originally created by user Martelinho:

Setup of Neos doeesn't work when using Imagick Library. I always get the attached 500 server error when calling the setup in the browser (http://DOMAIN.TLD/setup/). The error occurs after entering the setup password and continuing. I think its in the procedure of checking the requirements for image manipulation. Setup works fine when using GD Library.

The following versions are used: PHP => 7.0.8 imagick => 3.4.1 ImageMagick => 7.0.1-8 Q16 x86_64 from 2016-06-01

Has anyone an idea as I'm new to NEOS and its community?

Jira-URL: https://jira.neos.io/NEOS-1864

johannessteu commented 8 years ago

Comment created by christianm:

Seems we are running into this problem of the underlaying graphics library that is not fixed yet :(

https://github.com/avalanche123/Imagine/issues/496

johannessteu commented 8 years ago

Comment created by bwaidelich:

According to https://github.com/avalanche123/Imagine/pull/500 this has been (hot)fixed in June but the last release was in September 2015..

johannessteu commented 8 years ago

Comment created by christianm:

Umm, this PR is not merged...