-
Notifications
You must be signed in to change notification settings - Fork 27
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
Invalid TCA internal_type of field "field_image" in table tt_content: Must not be set, or set to "folder". #488
Comments
This was discussed the days on the TYPO3 TemplaVoila+ slack channel. I didn't recognized this issue, cause I migrated to FAL already. So this is missing yet and I need to add this functionality as group-file isn't supported anymore by TYPO3 Core |
This was me on the TemplaVoila+ slack channel. Here is the migration of the image field date structure XML to FAL:
and the corresponding typoscript mapping configuration:
|
Ahh, ok, fine, thanks for your input. As note to your TypoScript, you have a FAL object, retries the publicUrl to import it and retrieve the FAL object from this publicUrl (Browser) on the local file system. This works as long as you have an absolute and a local FileStorage. You should be able to use |
I think this should be the typoscript without using publicUrl
|
Hello, I'm embedding TemplaVoila like this page = PAGE Where do I have to put the typoscript you posted above to work around the issue (sorry, I'm a rookie)? The XML works but the image is not rendered in the frontend. Thanks and kind regards |
Hi @arappel this needs to be done inside the Mapping Configuration for the field. Example (but with another TypoScript): https://github.com/T3Voila/t3voila_uikit/blob/main/Resources/Private/Mappings/Content/Accordeon.tvp.yaml#L26 |
Excuse, the migration of the file field is still an issue. |
Oh, there was never a core migrator for this https://github.com/TYPO3/typo3/blob/9.5/typo3/sysext/core/Classes/Migrations/TcaMigration.php#L2591 |
Can you provide this in the next version (for TYPO3 11 and 12)? |
@derBoogie Did you need to update more, then only the XML of the DataStructure? Or do we need to migrate also the files? (I've no old installation here, so I don't know, how this was saved inside the database). |
After the update to TYPO3 11.5 and TV+ 8.1.2 the following error occurs when editing an FCE with image fields:
Invalid TCA internal_type of field "field_image" in table tt_content: Must not be set, or set to "folder".
Here is the corresponding XML-configuration:
How can I fix this?
The text was updated successfully, but these errors were encountered: