Bug #50291
closedImport/Export t3d Files brakes all relations
0%
Description
TYPO3 6.1.1, PHP 5.3.8
I did an T3d-Export from the contextmenu of the pagetree with the following settings:
pageID = 0
Tree = root
Levels = infinite
incl. Tables = all
max. Recs = 1000000
incl. Relations to Tables = all
incl. Static Relations = all
Show static = yes
Result: A SQL query returned exactli the amount of records specified by the limit value (10000)
The shown List shows 10000 Lines with a Icon "status_icon_missing" and right of it a number (1 to 10000). The Title-Attribut of the icon says "tx_extensionmanager_domain_model_extension:xxx" where xxx represents the number metioned above.
Nevertheless i did the export.
While importing with "Force ID's" in a fresh TYPO3 6.1.1 all Relations are lost.
I had to re-link all images, backend-layouts, page-links, user- or group-permissions/restrictions, linktarget, etc.
Just after importing, all Fileds usualy containing a relation like image-fields they where set to 0
To me it looks like eather the import or export function does brake all relations.
The Content of all Tables is imported correctly and completely, but none of the relations between them!
Only a sqldump (outside of TYPO3) helped me to get the job done.
I tried also not to include the tables tx_extensionmanager..., cached... etc. but i did not get rid of the problem. Still al relations has been lost. Excluding tx_extensionmanager-Tables avoidet only the display/export of those 10000 records with missing-icon and number.
If you need more informations, just contact me at info@conpassione.ch
Best Regards
Renzo Bauen