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

[BUG] TablesDefinitionListener: Array to string conversion #26

Closed
3l73 opened this issue Aug 5, 2024 · 1 comment
Closed

[BUG] TablesDefinitionListener: Array to string conversion #26

3l73 opened this issue Aug 5, 2024 · 1 comment

Comments

@3l73
Copy link

3l73 commented Aug 5, 2024

Within the event listener \Crossmedia\Fourallportal\EventListener\TablesDefinitionListener the SQL schema is modified.

This leads to the issue "Array to string conversion" in function \TYPO3\CMS\Core\Database\Schema\SqlReader::getTablesDefinitionString (line 75).

The function expects the data from the event a one dimensional array, however the event listener puts a multidimensional array into the event.

How to reproduce

Run command typo3 database:updateschema "*.add,*.change" --verbose

Environment

Extension version: a9e85d3
TYPO3 12: v12.4.17

@3l73
Copy link
Author

3l73 commented Aug 9, 2024

Solved with #27

@3l73 3l73 closed this as completed Aug 9, 2024
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