Actions
Bug #100851
closedSyntax error while Upgrading from 12.3 to 12.4.1
Start date:
2023-05-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
syntax error pathutility
Complexity:
easy
Is Regression:
Sprint Focus:
Description
While upgrading from 12.3 to 12.4.1 the following error occurs:
[ParseError]
syntax error, unexpected ')'
at /path_to_my_website/vendor/typo3/cms-core/Classes/Utility/PathUtility.php:167
In deed the line is:
$paths = array_map(GeneralUtility::fixWindowsFilePath(...), $paths);
Updated by Georg Ringer over 1 year ago
- Status changed from New to Rejected
problem was not using PHP 8 in CLI, not a bug - issue closed
Actions