Actions
Bug #89267
closedBroken links found in pages table are associated with wrong page
Start date:
2019-09-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Reproduce¶
- parent page (Show report) | ---> subpage (with broken link in pages.canonical_link)
- set wrong link with pages.canonical_link (seo)
- make sure searchFields include canonical_link in TSconfig
- Crawl for broken links
- Set Report: "Show this level: This page" on parent page
The broken link on the subpage will be displayed
Cause¶
Assumption: probably wrong interpretation of record_uid and record_pid (in tx_linkvalidator_link) for pages:
- usually (e.g. for tt_content elements) record_uid is uid of element where broken link is found and record_pid is page id
- for pages: record_uid is uid of page and record_pid is uid of parent page.
But in the GUI record_pid is always interpreted to mean page id.
Files
Updated by Sybille Peters about 5 years ago
- Related to Bug #52917: Broken links for the page record show up on the parent page added
Updated by Sybille Peters about 5 years ago
- Status changed from Closed to Resolved
Actions