Project

General

Profile

Actions

Bug #49458

closed

Task #49162: Rewrite install tool

SystemEnvironmentCheck fails with undefined function imageftbbox

Added by Alexander Schnitzler almost 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2013-06-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Running the environment check without having the function imageftbbox enabled an Exception occurs that is even suppressed by using @imageftbbox. Therefore the whole page is just white.

Removing the @, the following Exception is shown:

 Fatal error: Call to undefined function TYPO3\CMS\Install\SystemEnvironment\imageftbbox() in /vagrant/src/typo3_src/typo3/sysext/install/Classes/SystemEnvironment/Check.php on line 1073

A solution would be to check if the method is available via function_exists.

I could also provide a patch but I am unsure about the message that should be displayed to the user.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #49460: Install Tool fails to test for required modules early in the processClosed2013-06-26

Actions
Actions

Also available in: Atom PDF