Project

General

Profile

Actions

Bug #70840

closed

linkvalidator does not check external links of FAL images

Added by TimoF no-lastname-given over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2015-10-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If i set a broken external link for images in content element "images" for example, then the linkvalidator does not find that broken external link.
If i set the same broken external link to text in RTE, then it works good.
But it does not check external links who are set for an image f.e.

https://gyazo.com/c2654df6243a1b1e88f5b111c5279672

Actions #1

Updated by Mathias Schreiber over 8 years ago

  • Status changed from New to Resolved

You just need to configure the correct fields to search in.


mod.linkvalidator {
    searchFields {
        sys_file_reference = link
    }
}

Actions #2

Updated by TimoF no-lastname-given over 8 years ago

Yes, that is true. But i discovered some strange behaviour.

If i click on the icon to set a link. A window opens and i go to externel url. Then i put in my url. In the field there is "http://" before the link. But when i save it, in the link field the URL is without the "http://".
Then the linkvalidator is not working.
But when i manually add "http://" before my url in the link field. Then it works.
I can easily reproduce this. My TYPO3 is 6.2.14.

If the field in my screenshot above has no "http://" then it doesnt work. With "http://" it works.

Actions #3

Updated by TimoF no-lastname-given over 8 years ago

TimoF no-lastname-given wrote:

Yes, that is true. But i discovered some strange behaviour.

If i click on the icon to set a link. A window opens and i go to externel url. Then i put in my url. In the field there is "http://" before the link. But when i save it, in the link field the URL is without the "http://".
Then the linkvalidator is not working.
But when i manually add "http://" before my url in the link field. Then it works.
I can easily reproduce this. My TYPO3 is 6.2.14.

If the field in my screenshot above has no "http://" then it doesnt work. With "http://" it works.

I think it is not resolved.

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF