-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
Bug Report
Current Behavior
Calling the cart leads to the exception:
PHP Warning: Undefined array key "specials" in /var/website/current/html/typo3conf/ext/cart/Classes/Utility/ParserUtility.php line 107
Environment
- TYPO3 version(s): 11.5.7
- cart version: 8.2.0
- PHP: 8.1
- Is your TYPO3 installation set up with Composer (Composer Mode): yes
- OS: Debian
Possible Solution
change $pluginSettingsType = $pluginSettings[$type]; inside getTypePluginSettings method to $pluginSettingsType = $pluginSettings[$type] ?? null;
Metadata
Metadata
Assignees
Labels
No labels