Actions
Bug #106064
opendeflateKeys error in using a link via Plugin Enhancer
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2025-02-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
trivial
Is Regression:
Sprint Focus:
Description
I get the following error message when using a link via Plugin Enhancer:
TYPO3\CMS\Core\Routing\Enhancer\VariableProcessor::deflateKeys(): Argument #1 ($items) must be of type array, string given, called in /var/www/html/public/typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php on line 95
I checked that and indeed is the argument a string. I get an '__UNSET' in the array key $this->configuration['defaults'], so the condition $this->configuration['defaults'] ?? [] doesn't work, because the value isn't empty.
Actions