Bug #95382
closedEXT:impexp import: Cannot unset string offsets
0%
Description
While trying to import a xml file, I get the error Cannot unset string offsets
.
- Export a page with all its subpages.
- Try to import it via the backend into a different TYPO3 Site
TYPO3 11.4.0
Files
Updated by Philipp Kuhlmay about 3 years ago
After removing the line https://github.com/TYPO3/typo3/blob/master/typo3/sysext/impexp/Classes/ImportExport.php#L314 the error didn't appear again but I run into an memory issue. It seems that the library libxml has a limit of 10MB
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71876
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71876
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71876
Updated by Gerrit Code Review about 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71876
Updated by Gerrit Code Review almost 3 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71876
Updated by Georg Ringer 4 months ago
- Status changed from Under Review to Closed
larger XMLs can now be parsed, IMO fixed, closing it