Story #58777
closed
Fixes/Tasks for impexp / distributions
Added by Marc Bastian Heinrichs over 10 years ago.
Updated about 6 years ago.
Category:
Import/Export (T3D)
Estimated time:
(Total: 0.00 h)
Description
An umbrella issue for fixes in impexp regarding creating and using distributions.
PLEASE do not comment here! Thx!
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
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.
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.
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.
- 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
- Subject changed from Fixes/Tasks for impexp / distributions ( to Fixes/Tasks for impexp / distributions
- Parent task set to #72584
- Status changed from Accepted to Resolved
- Parent task deleted (
#72584)
- Sprint Focus set to On Location Sprint
- Sprint Focus deleted (
On Location Sprint)
- Status changed from Resolved to Closed
Also available in: Atom
PDF