Actions
Bug #97996
closedUndefine Variable for array_merge in typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-07-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I used the Standalone-fluid-rendering in an CLI-script to define the body for an email.
The CLI-Process stopped.
[ TYPO3\CMS\Core\Error\Exception ] Warning: array_merge(): Argument #2 is not an array in /var/www/html/web/ty po3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 1343
The reason is a undefined variable.
See patch.
Files
Updated by Dieter Porth over 2 years ago
Close this.
It seems, that i have had oudated code in my local system.
The patch must be change to the second version.
Updated by Dieter Porth over 2 years ago
Actions