FAQ
After an update, list entry information is no longer displayed - what can I do?
The TypoScript settings from settings.list. * have been removed because they were outdated. Changes must be transferred over into settings.search. *.
In addition, the for-each loop in the Property / Search / Item.html Partial must be changed.
From:
<f:for each="{settings.list.fieldsets}" as="fieldset" key="fieldsetKey">
To:
<f:for each="{settings.search.fieldsets}" as="fieldset" key="fieldsetKey">
More frequently asked questions
- Fatal error beim Update in einer non-composer Installation?
- After import the connection is not selected in immobilie record, what's wrong?
- How to access a custom/user-defined XML node?
- How to access file/image meta data in Fluid?
- Der Importer wirft bei der Ausführung den Fehler "Exception: No site found in root line of page xy" - woran liegt das?
- The search/list view shows a SQL error - what can I do?
- Why don’t my custom translations appear in the search result email?
- Why are links or images incorrect in the search result email?
- After an update, list entry information is no longer displayed - what can I do?
