-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WARNING] Flexform default item array missing #1205
Comments
System: TYPO3 12.4 + PHP 8.2, Debug-Context |
Can you point me to the file / line, which causes the issue? All flexforms are configured in the proposed way. Which powermail version do you use? |
Current used version of Powermail is 12.5.1: Related files: |
$GLOBALS['TYPO3_CONF_VARS']['SYS']['exceptionalErrors'] => 20480 |
Thanks, I see. These I will check, whether we can simply omit them. |
Depending on the settings regarding PHP error messages, a warning is displayed when opening a backend user group:
Core: Error handler (BE): PHP Warning: foreach() argument must be of type array|object, string given in [..]vendor/typo3/cms-core/Classes/Migrations/TcaMigration.php line 1411
To prevent this, a corresponding "array" should be set by default in the "FlexForms" for fields with
<items type="array">
:The text was updated successfully, but these errors were encountered: