Try our conversational search powered by Generative AI!

Link Validation job / report shows broken links in old versions

Vote:
 

Hi.

It seems like the Link Validation job/report shows broken links in old versions of a page/block. Is there any way to configure this? I didn't find any useful configuration here: http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Configuration/Configuring-link-validation/.

Any way to make it ignore old versions of a page?

#154974
Sep 05, 2016 21:03
Vote:
 

It only checks published version (on each languages) so somehow it still sees the links, it re-indexes links when publishing.

#154976
Sep 06, 2016 9:33
Vote:
 

I don't really understand what's happening, but the job is still reporting problems on broken links since 2013, and I can't find that content in the published version.

Also, how is this possible:

06.09.2016 20:52:43 OK 1266 links were checked, 1267 were broken.

More links were broken than the ones which were checked. I'm not really sure this is working as intended. This is on EPiServer 8, latest version.

#155011
Sep 06, 2016 20:57
Vote:
 

I think the job goes through the table tblContentSoftLink since it is in there all links created in epi are saved.

You can see for your self by running this query against your database:

SELECT TOP 1000 *
FROM [dbo].[tblContentSoftlink]

Look at the columns LastCheckedDate, HttpStatusCode and LinkStatus and you will see what the scheduled task has done.

#155012
Sep 07, 2016 7:31
Vote:
 

I have the same problem. Internal links from previous versions of a page are not removed from tblContentSoftlink. They give 404 because they don’t exist anymore, but I don’t want them in my broken link report. They are associated with the page they used to be published on over a year ago in the report. The links are not visible on the page anymore, so there should be a way to ignore them.

#155021
Sep 07, 2016 13:40
Vote:
 

Even when running the scheduled job multiple times a day, the links are not removed. They are still showing old versions.

#155067
Sep 08, 2016 14:35
Vote:
 

OK. I still have this issue. Is there any way to remove these old links and refresh the whole table of links with the existing ones in the published version of the pages?

#158254
Sep 26, 2016 11:07
Vote:
 

Anyone raising this issue with episerver? Any solutions found by anyone?

#194819
Jul 04, 2018 5:30
Vote:
 

We haven't found a fix for this. We have just disabled the job.

#194829
Edited, Jul 04, 2018 10:08
Vote:
 

I have raised this issue with episerver and hoping to find some solution. Will keep it posted here. Thanks.

#194834
Jul 04, 2018 11:15
APom - Jul 06, 2023 17:22
So, 5 years later, did you find a fix? My problem is that it uses links during our migration, so it thinks www-prod. is still valid but it isnt....
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.