-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding new or open existing #8
Comments
Can you check the flexform XML files about the "internal_type"? I do not find anywhere a place where 'internal_type' has been set to 'folder'. They are all either "db" or "file". |
Maybe you have already stored the flexform in an old format. See this documentation. https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/ApiOverview/FlexForms/Index.html **Tip The data structure of a FlexForm may change over time. Also, when switching from one plugin with a FlexForm to another plugin with a FlexForm in an element, the old values are not removed in the FlexForm field. This may cause problems and errors. You can avoid this by calling the CLI command cleanup:flexforms which is provided by the lowlevel system extension. It updates all database records which have a FlexForm field and the XML data does not match the chosen data structure.** |
Thank you for your answers. For the moment I haven't had any success with the suggestions:
For now: thank you for your help! |
See the file 'TYPO3/typo3_src-11.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaGroup.php' line 151.
Add a debug entry with backtrace there. Try to debug the reason from where this exception is thrown. |
Oh, I have found this: Deprecated since version 9.5: The internal types file and file_reference have been deprecated with TYPO3 9 and removed with TYPO3 10. Extensions that used group fields with these internal types should switch to use FAL references based on type=inline instead. |
Todo:
must be replaced by a similar thing like this:
Could you provide a patch for this? |
for the moment not really. If it's not urgent, I can try it in the future but not in the near future… |
Maybe TYPO3 12 will provide an Install Tool Migration Tool for this. |
Hi,
Adding new or open existing elements there is an 503 error. typo3 11.5.31 / PHP 8.1.x
Invalid TCA internal_type of field "images" in table tt_content: Must not be set, or set to "folder".
Greetings
The text was updated successfully, but these errors were encountered: