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 #1

Updated by Susanne Moog over 6 years ago

  • Related to Task #76084: Move install tool modules into backend module menu added
Actions #2

Updated by Gerrit Code Review over 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53797

Actions #3

Updated by Christian Kuhn over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF