Project

General

Profile

Actions

Bug #89267

closed

Broken links found in pages table are associated with wrong page

Added by Sybille Peters over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Linkvalidator
Target version:
-
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)
  1. set wrong link with pages.canonical_link (seo)
  2. make sure searchFields include canonical_link in TSconfig
  3. Crawl for broken links
  4. 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

linkvalidator.png (190 KB) linkvalidator.png Sybille Peters, 2019-09-25 14:37

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #52917: Broken links for the page record show up on the parent pageClosed2013-10-17

Actions
Actions

Also available in: Atom PDF