Bug #59055
closedImport from .t3d failed on Windows 7 with a lot of messages
100%
Description
I create a simple small page tree and exported this page tree as an *.t3d and a *.xml file. This step runs fine. But always a PHP warning displayed.
PHP Warning: sha1_file(C:/Daten/arbeit/www/typo3_62/): failed to open stream: No such file or directory in C:\Daten\arbeit\www\typo3_62\typo3\sysext\core\Classes\Resource\Driver\LocalDriver.php line 636
If I try to import this *.t3d file in the same TYPO3, I see the complete page tree in the preview. But if I try to import it, the import failed and some messages created like
0 Possible error: pages:148 had no new id assigned to it. This indicates that the record was not added to database during import. Please check changelog! 1 Possible error: sys_domain:3 had no new id assigned to it. This indicates that the record was not added to database during import. Please check changelog! 2 Possible error: tt_content:125 had no new id assigned to it. This indicates that the record was not added to database during import. Please check changelog! 3 Error: this records is NOT created it seems! (pages:148) 4 Error: this records is NOT created it seems! (sys_domain:3) 5 Error: this records is NOT created it seems! (tt_content:125) 6 Error: this records is NOT created it seems! (pages:148) 7 Error: this records is NOT created it seems! (sys_domain:3) 8 Error: this records is NOT created it seems! (tt_content:125)
The same happens with the *.xml import.
0 Possible error: pages:148 had no new id assigned to it. This indicates that the record was not added to database during import. Please check changelog! 1 Possible error: sys_domain:3 had no new id assigned to it. This indicates that the record was not added to database during import. Please check changelog! 2 Possible error: tt_content:125 had no new id assigned to it. This indicates that the record was not added to database during import. Please check changelog! 3 Error: this records is NOT created it seems! (pages:148) 4 Error: this records is NOT created it seems! (sys_domain:3) 5 Error: this records is NOT created it seems! (tt_content:125) 6 Error: this records is NOT created it seems! (pages:148) 7 Error: this records is NOT created it seems! (sys_domain:3) 8 Error: this records is NOT created it seems! (tt_content:125)
Files
Updated by Markus Klein over 10 years ago
- Assignee set to Marc Bastian Heinrichs
Updated by Marc Bastian Heinrichs over 10 years ago
- Status changed from New to Accepted
Problem is related to #59701.
When I change uniqid('NEW'); to uniqid('NEW', TRUE); in class ImportExport the functional tests aren't failing and I assume introduction extension is imported correctly (no errors in typo3.log).
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
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/30948
Updated by Gerrit Code Review over 10 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/30948
Updated by Gerrit Code Review over 10 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/30948
Updated by Gerrit Code Review over 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30948
Updated by Gerrit Code Review about 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30948
Updated by Gerrit Code Review about 10 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30948
Updated by Gerrit Code Review about 10 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30948
Updated by Gerrit Code Review about 10 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30948
Updated by Gerrit Code Review about 10 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30948
Updated by Tymoteusz Motylewski about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fa817a7e4c36c2d4dd5858582462ce426fe9bc29.
Updated by Gerrit Code Review about 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33328
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33328
Updated by Tymoteusz Motylewski almost 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset 5df3d530de1d3c57b3da378175f02a0256ccf1c7.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus set to On Location Sprint
Updated by Mathias Schreiber over 8 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Benni Mack over 1 year ago
- Related to Bug #80992: Import: page imported but no content. added