Task #36420
closedEpic #55070: Workpackages
Epic #54260: WP: FAL Missing Issues / Features / API
Story #54264: As an Enterprise User I want to use Storages outside my webroot or on remote systems in order to structure my Files according to my IT-Guidelines
Filemount in local file system (not on webserver) leads to errors
100%
Description
I have a filemount set to /home/susanne/test, my web server is running at /var/www/sd/. Trying to access the storage results in "#1329765518: Public URL of file cannot be determined", how could I tell the system where to find the public url? (as it clearly cannot be automatically found with a folder "somewhere" and "magic conf" to access it.
Updated by Andreas Wolf over 12 years ago
- Status changed from New to Accepted
- Assignee set to Andreas Wolf
This is currently an open issue - there is no configuration option for the public URL.
Updated by Andreas Wolf about 12 years ago
- Project changed from 1401 to TYPO3 Core
- Target version deleted (
6.0 beta1)
Updated by Andreas Wolf about 12 years ago
- Category set to File Abstraction Layer (FAL)
- TYPO3 Version set to 6.0
Updated by Andreas Wolf about 12 years ago
Andreas Wolf wrote:
This is currently an open issue - there is no configuration option for the public URL.
More specifically, the option is there (baseUri), but not configurable in TCA.
Updated by Steffen Ritter almost 11 years ago
- Parent task set to #54264
- Is Regression set to No
Updated by Steffen Ritter almost 11 years ago
- Assignee deleted (
Andreas Wolf) - TYPO3 Version changed from 6.0 to 6.2
Updated by Steffen Ritter almost 11 years ago
- Tracker changed from Bug to Feature
- Target version set to 6.2.0
Updated by Steffen Ritter almost 11 years ago
- Priority changed from Should have to Must have
- Estimated time set to 12.00 h
- Complexity set to medium
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/27760
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/27760
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/27760
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27760
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 https://review.typo3.org/27760
Updated by Gerrit Code Review over 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 https://review.typo3.org/27760
Updated by Gerrit Code Review over 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 https://review.typo3.org/27760
Updated by Gerrit Code Review over 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 https://review.typo3.org/27760
Updated by Gerrit Code Review over 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 https://review.typo3.org/27760
Updated by Steffen Ritter over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 64838420c8fd50de82c7726dcbe6ba6c6a6c7095.
Updated by Xavier Perseguers over 10 years ago
- Status changed from Resolved to Needs Feedback
Using git bisect I came to this patch breaking my Frontend output. Comment from gerrit:
Post -1 here as it breaks rendering of images in Frontend, at least when having "config.absRefPrefix = /" because every generated image (typo3temp/_processed/) is now referenced as
<img src="//typo3temp/_processed/whatever" with a double slash at the beginning whereas we had only 1 in beta6.
Same problem if an image is taken from typo3conf:
<img src="//typo3conf/ext/whatever/Resources/...", so it's not only related to processed images in FAL
Updated by Xavier Perseguers over 10 years ago
Problem is in method \TYPO3\CMS\Extbase\Service\ImageService::getImageUri() because $image->getPublicUrl() contains a leading / and the other one comes from config.absRefPrefix!
Updated by Gerrit Code Review over 10 years ago
- Status changed from Needs Feedback 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/28395
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/28395
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28395
Updated by Alexander Stehlik over 10 years ago
Regression in #56927. Patch is on the way.
Updated by Xavier Perseguers over 10 years ago
- Status changed from Under Review to Resolved
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed