Story #58777

Fixes/Tasks for impexp / distributions

Added by Marc Bastian Heinrichs about 1 year ago. Updated 5 months ago.

Status:Accepted Start date:2014-03-26
Priority:Should have Due date:
Assigned To:Marc Bastian Heinrichs % Done:

88%

Category:Import/Export (T3D) Spent time: -
Target version:-
TYPO3 Version:6.2 Sprint Focus:
PHP Version:

Description

An umbrella issue for fixes in impexp regarding creating and using distributions.

PLEASE do not comment here! Thx!


Subtasks

Task #58761: Check and use current hash and size on export to prevent ...ResolvedMarc Bastian Heinrichs

Task #58693: Ignore sys_file_reference records pointing to missing fil...Under ReviewMarc Bastian Heinrichs

Task #58682: Impexp: use created Folder object for image addingResolvedMarc Bastian Heinrichs

Task #58688: exec_SELECTgetSingleRow could also return FALSEResolvedMarc Bastian Heinrichs

Task #57348: Introduction package does not install/load any pages: typ...ResolvedNicole Cordes

Task #58782: Add signal in ImportExportUtility for importer modificationsResolvedMarc Bastian Heinrichs

Task #58798: Log errors after distribution t3d import also, if pages w...ResolvedMarc Bastian Heinrichs

Task #58801: Improve logging of initial t3d import errorsNew

Task #58826: Prevent error message for correct imports of sys_file_met...ResolvedMarc Bastian Heinrichs

Task #58841: Fix file imports to fallback storage 0ResolvedMarc Bastian Heinrichs

Task #58843: Fix imports for fields of type input with link wizardResolvedMarc Bastian Heinrichs

Task #58824: Impexp: add test for importing with forced uidsResolvedMarc Bastian Heinrichs

Task #58912: Raise maximum settable numbers of exportResolvedMarc Bastian Heinrichs

Task #59015: Catch all errors on adding files of sys_files to exportResolvedMarc Bastian Heinrichs

Task #59154: Detect and import XML file as well as t3dResolvedMarc Bastian Heinrichs

Task #59616: Import forces pid 0 if rootLevel = -1 is set in TCAResolvedMarc Bastian Heinrichs


Related issues

related to Core - Story #57377: Additional improvements for impexp New 2014-03-27

History

#1 Updated by Katja Lampela about 1 year ago

While trying to use export in root page (to export backend user settings) I get error after clicking "Export to .t3d":

Oops, an error occurred!
Error while fetching permissions for /var/www/vhosts/mysite/httpdocs/uploads/tx_imagecarousel/image.jpg

TYPO3 6.2.2

#2 Updated by Armin Ruediger Vieweg about 1 year ago

Yes, I can confirm Katja's issue.

This seems to happen because eg. the identifier "/htdocs" in TYPO3\CMS\Core\Resource\Driver\LocalDriver::getAbsolutePath() returns "/var/www/vhosts/.../htdocs/htdocs" and this folder does not exist of course.

#3 Updated by Armin Ruediger Vieweg about 1 year ago

After further investigation, I think the problem is the entry existing in sys_file which has always the identifier "/lastPartOfHtdocs". I think this should be just "/"? When I delete it and run the scheduler task, it will be created again.

#4 Updated by Marc Bastian Heinrichs about 1 year ago

Since this is an umbrella issue only, please don't add more comments to this issue. Please create extra issues. Thx

Exporting sys_file records needs a very clean file index at the moment. Means for example no missing files, clean relations between elements using sys_file_reference and the sys_file_reference records and sys_file records.
I added an issue to suggest more reports for FAL to check this problems: #58764

Katja, your problem should be fixed with #59015. I will add a patch there that you could test, please.

Armin, to me it look like a very strange storage configuration. Better continue on mailing list. typo3.dev for example? Ping me with PM on Twitter, when you posted a msg.

#5 Updated by Marc Bastian Heinrichs about 1 year ago

  • Subject changed from Fixes/Tasks for impexp / distributions to Fixes/Tasks for impexp / distributions (
  • Status changed from New to Accepted
  • Assigned To set to Marc Bastian Heinrichs

#6 Updated by Marc Bastian Heinrichs about 1 year ago

  • Subject changed from Fixes/Tasks for impexp / distributions ( to Fixes/Tasks for impexp / distributions

Also available in: Atom PDF