Project

General

Profile

Actions

Bug #82160

closed

Uncaught Exception in Environment Module

Added by Susanne Moog over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2017-08-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Uncaught TYPO3 Exception
explode() expects parameter 2 to be string, null given 

TypeError thrown in file
C:\Sites\typo3cms\typo3\sysext\install\Classes\Controller\Action\Tool\Environment.php in line 86.

11 explode("Magick", NULL)

C:\Sites\typo3cms\typo3\sysext\install\Classes\Controller\Action\Tool\Environment.php:

         CommandUtility::exec($command, $result);
         $string = $result[0];
         list(, $version) = explode('Magick', $string);
         list($version) = explode(' ', trim($version));
         return trim($version);


10 TYPO3\CMS\Install\Controller\Action\Tool\Environment::determineImageMagickVersion()

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #76084: Move install tool modules into backend module menuClosedFrank Nägler2016-05-09

Actions
Actions

Also available in: Atom PDF