Bug #49458
closedTask #49162: Rewrite install tool
SystemEnvironmentCheck fails with undefined function imageftbbox
100%
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.
Updated by Christian Kuhn over 11 years ago
yes, should be fixed. check with method_exists first and return errorStatus if method is not there.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21783
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21783
Updated by Christian Kuhn over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4602db17be14bcd4c2a5dcfdcc5da3cb202f2650.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed