Project

General

Profile

Actions

Bug #99280

closed

TYPO3 conf var can be boolean but is expected to be string

Added by Daniel Siepmann over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2022-12-06
Due date:
% Done:

0%

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

Description


(1/1) TypeError

strtolower(): Argument #1 ($string) must be of type string, bool given

https://github.com/TYPO3/typo3/blob/v12.0.0/typo3/sysext/core/Classes/Utility/GeneralUtility.php#L2140

Actions #1

Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Daniel Siepmann over 1 year ago

  • Status changed from Under Review to Closed

It was always a string, tested 10.4 and 11.5. So an issue with a wrong value within that instance.
`false` should be an empty string instead.

Actions

Also available in: Atom PDF