Actions
Bug #84999
closedlowlevel_cleaner missing_files complains when anchor is in filename
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
-
Start date:
2018-05-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have some links to a PDF with an anchor to a specific page. If an anchor is in the link, the lowlevel_cleaner missing_files cronjob complains that there is a missing file:
[filepath/file.pdf#page=15] => Array
(
[hash] => tt_content:uid:bodytext::typolink_tag
)
But the file is not missing. Deleting the anchor resolves it.
Updated by Christian Eßl about 5 years ago
- Related to Feature #87102: add possibility to add an anchor in file links added
Updated by Christian Eßl about 5 years ago
- Related to Bug #75213: Missing Anchors for PDFs added
Updated by Gerrit Code Review over 4 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/+/63819
Updated by Gerrit Code Review over 4 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/+/63789
Updated by Benni Mack over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d5c4bf5a5e3527eef6b380adc30c1807f4d742d8.
Actions