Story #58777
Fixes/Tasks for impexp / distributions
100%
Description
An umbrella issue for fixes in impexp regarding creating and using distributions.
PLEASE do not comment here! Thx!
Subtasks
Related issues
Updated by Katja Lampela almost 7 years 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
Updated by Armin Vieweg almost 7 years 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.
Updated by Armin Vieweg almost 7 years 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.
Updated by Marc Bastian Heinrichs almost 7 years 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.
Updated by Marc Bastian Heinrichs almost 7 years ago
- Subject changed from Fixes/Tasks for impexp / distributions to Fixes/Tasks for impexp / distributions (
- Status changed from New to Accepted
- Assignee set to Marc Bastian Heinrichs
Updated by Marc Bastian Heinrichs almost 7 years ago
- Subject changed from Fixes/Tasks for impexp / distributions ( to Fixes/Tasks for impexp / distributions