Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Invalid value "FILE" for enumeration "TYPO3\CMS\Core\DataHandling\TableColumnSubType" #50

Open
spiegel opened this issue Sep 28, 2020 · 4 comments

Comments

@spiegel
Copy link

spiegel commented Sep 28, 2020

After upgrading TYPO3 from 9.5.21 to 10.4.8 and updating ws_flexslider from 1.5.12 to 1.5.14 following error occurs

image

@DavidBruchmann
Copy link
Contributor

FILE was removed.
Implementation has to be done with USER and namespaced class if it's about a class-file.
Autoloading will be done by composer even in an installation without composer-setup, so classes never have to be included in TypoScript but just referenced with namespace.

@DavidBruchmann
Copy link
Contributor

10 = USER
10.userFunc = Vendor\Extension\Plugin\MyClass->myFuntion

@spiegel
Copy link
Author

spiegel commented Sep 29, 2020

On a fresh TYPO3 10.4.9 installation with The official Introduction Package and ws_flexslider 1.5.14 the error doesn't occur and everything works fine!

@Abdul-Hafiz
Copy link

In the upgrade project, there should be a field with 'internal_type' => 'file' config in tt_content from any other extension. You need to change the config of tt_content fields.
I have faced issues because of EXT:mediace's multimedia field.

Hope this helps!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants