-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error Message in TYPO3 v12 #72
Comments
Hi @morange Would you mind to share your configuration? What exactly are you doing or where do you see this error? |
Hi Nicole, |
I need to know what you were doing and where the error occured. Furthermore filefill needs some configuration - either in the backend or using TYPO3_CONF_VARS. It would be good to know what you have done so far. |
These are my steps:
My additional.php dosen't have any configuration for filefill. |
Thank you for your help. The branch https://github.com/IchHabRecht/filefill/tree/bugfix/typo3-12-4-be-support should fix your problems. Would you mind to test it? |
Of course and many thanks for your fast help. I installed your fix, then i try to activate it. After saving the entry i became the following message: PHP Warning: Undefined array key "config" in /var/www/html/vendor/typo3/cms-backend/Classes/Form/Container/FlexFormElementContainer.php line 55` |
The same here and tx_filefill_resources |
I also tested the branch. Same error occurs on saving any config in backend. |
Hey @IchHabRecht, currently one cannot edit any file storages in TYPO3 12 when filefill is installed. Your branch bugfix/typo3-12-4-be-support does not fix that Issue because it is still using the The PR provided by @maikusch removes these usages as described in the Deprecation Note and therefore resolves the Issue. Could I kindly request you to review these changes? If they meet the necessary criteria, merging them would greatly enhance the compatibility of the extension with TYPO3 12. Thank You! |
If anyone can test the current state of the branch https://github.com/IchHabRecht/filefill/tree/bugfix/typo3-12-4-be-support I'll be happy to merge and release that update. |
I can confirm, that the current branch does not raise any exception anymore, when editing a file storage record (with enabled filefill + single domain). |
Hej everyone,
i have installed the extension in an TYPO3 v12 and became this error message:
`(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: foreach() argument must be of type array|object, string given in /var/www/html/vendor/typo3/cms-backend/Classes/Form/Container/FlexFormSectionContainer.php line 80
`
DDEV, Apache, MariaDB, PHP 8.2.3
TYPO3 v12.4.2
File Fill 4.3.0
Best greetings
m.orange
The text was updated successfully, but these errors were encountered: