Closed dspenner closed 1 year ago
The screen shot looks as if there are no child elements connected anymore - so you most likely did a Database-MIgration with Gridelements uninstalled, which breaks the colPos field definition and results in colPos 0 instead of -1.
If so, there is a new scheduler task with Gridelements 11, that can help you to get back the broken values.
I don't know that I have done a database migration.
Where can I find the task?
You can check, if the DB values are the problem by looking at one of the child elements. If it has got a colPos value of 0, that's most likely due to the Database-Analyse step of the Install-Tool.
The task to fix this can be found in the scheduler - just go there and create a new task, then pick the necessary task from the list of Gridelements tasks. After saving it, you can run it by clicking on the play button.
Do you mean this value?
After executing the task in the scheduler, everything works again.
OK - if those values are actually correct, the next option is a missing information about the container structure, that leads to the missing rendering of the preview,
mod.web_layout.BackendLayouts
seems to be wrong, so are you sure, this is the configuration for your container?
Yes, this is the configuration. The configuration was created by the wizard.
But after executing the task in the scheduler, everything works again.
Thanks for the feedback.
Just for the record: While upgrading form TYPO3 CMS 10 to 11 there is no need to uninstall Gridelements, since you can already upgrade Gridelements before the actual core upgrade, because it is comptaible to both CMS 10 and 11.
If you still upgrade the core with uninstalled extensions, you have to make sure to not touch the colPos field of tt_content at all. So you have to manually uncheck the box in the Database Analyser before executing the update.
See: https://docs.typo3.org/p/gridelementsteam/gridelements/main/en-us/Chapters/Notes/Index.html
Since upgrading gridelements to version 11, the elements of the grids are no longer rendered.
Code Page.ts
HTML Code:
Backend Layout Page TS