neos / setup

An extensible setup tool for Flow based applications
MIT License
6 stars 15 forks source link

Setup expects image library even if it says otherwise #21

Closed neos-bot closed 1 year ago

neos-bot commented 8 years ago

Jira issue originally created by user @kitsunet:

The setup says:

"No suitable PHP extension for image manipulation was found. You can continue the setup but be aware that Neos might not work correctly without one of these extensions."

If no image manipulation library is installed the setup will happily accept that with above message but then throw:

Notice: Undefined index: imagineDriver in /var/www/awesome/NeosX/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_Neos_Setup_Step_NeosSpecificRequirementsStep.php line 135 TYPO3\Flow\Error\Exception thrown in file Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Error/ErrorHandler.php in line 80. Reference code: 2016011622520313f326

So we need to either catch that (by setting a useful value for this setting) or say that you cannot proceed without lib.

Jira-URL: https://jira.neos.io/browse/NEOS-1761