We have an TYPO3 v11 installation which uses in2publish. So there is an system for editors and with a workflow content (records and files) are published to the live system.
Both systems have the same configuration regarding extensions.
Now a remodelling of a pagetree has gone wrong and I want to restore a pagetree from the live system to the editor system without restoring on record level as a lot of records (pages, CE) are edited and will be used in other context.
Therefore I tried to export the pagetree from the live system and import it into the editor system.
I export āall tablesā with relations to āall tablesā
The export works without errors, alas there are no files exported. (this should not be necessary as all files should exist in the editor system (and also the sys_file* records).
on trying to import the t3d file the preview shows: ERROR: One of the inputs were not an array!
on pages and most files.
The import ends with the error: `No file reference (sys_file_reference) was found for given UID: ā1āā
The page(s) exist and content elements exist too. but only titles are stored of the CEs. Additional fields and images are empty.
The page tree root page fails to display in the FE ` 503 / # Oops, an error occurred! / You must either specify a string src or a File object.ā
some pages can be shown, but only headers are shown.
I tried different configurations, but all gave the same result.
Independent of exporting only one page or the whole tree (~150pages)
Tab āConfigurationā
Levels: This page / Infinite
Include tables: [ALL tables]
Include relations to tables: [ALL tables]
Use static relations for tables: [ALL tables] / only sys_file*
Show static relations
Exclude disabled elements
Tab File & Preset:
:
File Format: XML / T3D file / T3D file compressed
:
Tab Advanced Options:
:
Files: / Save files in extra folder beside the export file (supported for āSave to filenameā only)
Select extensions that the exported content depends on:
(all selected)
for the import I selected no option to get new records and keep the edits made to the old records.
Any ideas what is missing?