Project

General

Profile

Actions

Bug #88815

closed

Import Export uses FAL for temporary files

Added by Benni Mack almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Import/Export (T3D)
Start date:
2019-07-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When exporting via impexp and you choose "Save as file" with "add files in a separate location" then import/export stores the data in typo3temp/var/transient/export-xxxxx/ - in composer-based installations this is outside the document root and not available via FAL.

When export is creating these files, import/export is using the non-FAL-API, which is correct. However, when finishing the export, thus, moving the data into e.g. fileadmin/user_upload/_temp_/importexport/myexport.files/ FAL is used and fails, as the source location is a non-FAL storage.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #88293: impexp: unable to save files in composer mode with var/ outside document rootClosed2019-05-07

Actions
Actions #1

Updated by Gerrit Code Review almost 5 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/+/61336

Actions #2

Updated by Gerrit Code Review almost 5 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/+/61336

Actions #3

Updated by Gerrit Code Review almost 5 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61352

Actions #4

Updated by Benni Mack almost 5 years ago

When exporting via impexp and you choose "Save as file" with "add files in a separate location" then import/export stores the data in typo3temp/var/transient/export-xxxxx/ - in composer-based installations this is outside the document root and not available via FAL.

When export is creating these files, import/export is using the non-FAL-API, which is correct. However, when finishing the export, thus, moving the data into e.g. fileadmin/user_upload/_temp_/importexport/myexport.files/ FAL is used and fails, as the source location is a non-FAL storage.

Actions #5

Updated by Benni Mack almost 5 years ago

  • Description updated (diff)
Actions #6

Updated by Benni Mack almost 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61352

Actions #8

Updated by Gerrit Code Review almost 5 years ago

Patch set 3 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61352

Actions #9

Updated by Benni Mack almost 5 years ago

  • Status changed from Under Review to Resolved
Actions #10

Updated by Susanne Moog almost 5 years ago

  • Has duplicate Bug #88293: impexp: unable to save files in composer mode with var/ outside document root added
Actions #11

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF