Skip to content
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

Slim Typo3 can't handle FileReferences #5

Open
justuskoester opened this issue Jul 18, 2019 · 0 comments
Open

Slim Typo3 can't handle FileReferences #5

justuskoester opened this issue Jul 18, 2019 · 0 comments

Comments

@justuskoester
Copy link

justuskoester commented Jul 18, 2019

As soon as I add a new Field to my model, that is a FileReference, Slim stops working.

my model:
/**
* images
*
* @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\TYPO3\CMS\Extbase\Domain\Model\FileReference>
* @cascade remove
*/
protected $images = null;

Slim Error Message:
Table 'db.tx_extbase_domain_model_filereference' doesn't exist

Slim seems to try to access the table 'tx_extbase_domain_model_filereference', which of course does not exist, because the table from the Typo3 Core for FileReferences is 'sys_file_reference'.

Am I doing something wrong or is this a bug?

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

No branches or pull requests

1 participant