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

Custom facets throw exception #102

Open
mediaessenz opened this issue Feb 4, 2020 · 0 comments
Open

Custom facets throw exception #102

mediaessenz opened this issue Feb 4, 2020 · 0 comments

Comments

@mediaessenz
Copy link
Contributor

To reproduce:

Add a custom facet like descripted in the description and register them in a tca configuration
with new \Vendor\MyExt\Facets\MyCustomFacet(),

Add a vidi-frontend-plugin and choose the table with the custom facet.
Watch the PHP Warnings messages inside the backend:

Core: Error handler (BE): PHP Warning: Illegal offset type in /app/public/typo3conf/ext/vidi/Classes/Tca/GridService.php line 188
PHP Warning

Core: Error handler (BE): PHP Warning: Illegal offset type in isset or empty in /app/public/typo3conf/ext/vidi/Classes/Tca/TableService.php line 335
PHP Warning

Core: Error handler (BE): PHP Warning: Illegal offset type in /app/public/typo3conf/ext/vidi/Classes/Tca/GridService.php line 385
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