I think "something" changed in Umbraco 8.2 that causes this. But "#" is because it is unpublished and since it doesn't have a template I will create a check that only redirects when a document has a template.
You can delete those documents in the page_notfound table.
Then you misunderstood me. The places we use the redirect module does have templates. But it still gives 404 page. So the 2 links added here both link to the right link, but returns 404.
In the SeoChecker Section where alle these # records where added do not have templates, neither do they have the redirect module.
After i upgraded to 2.9.0, then it spams me with error in schedule task, ones every minute.
Message:
SEOChecker: SEOChecker: Error running scheduled task
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Web.Hosting.IIS7WorkerRequest.GetQueryStringPtr(Int32& length)
at System.Web.Hosting.IIS7WorkerRequest.GetQueryStringRawBytes()
at System.Web.HttpRequest.get_QueryStringBytes()
at System.Web.HttpRequest.get_QueryStringText()
at System.Web.HttpRequest.BuildUrl(Func`1 pathAccessor)
at System.Web.HttpRequest.get_Url()
at SEOChecker.Core.Umbraco.Context.ContextInfo.Initialize(HttpContext context, Boolean editMode)
at SEOChecker.Core.Umbraco.Context.ContextInfo..ctor(HttpContext context)
at SEOChecker.Core.Components.ValidationqueueComponent.TimerCallback(Object sender)
SeoChecker redirect manager make thousands of empty redirects
Hi Richard.
Using Umbraco 8.2.0 and SeoChecker 2.8.2
I found out that the Redirect Manager holds thousands of empty redirects. We got around 20.000 records now.
All these urls are without template and are automatically opdated by external data.
Is there a temp fix we can do?
And when we create new redirects from the SEOChecker.Redirects property editor on a document, then it sets it to # and the link do not work.
Hi Bo,
I think "something" changed in Umbraco 8.2 that causes this. But "#" is because it is unpublished and since it doesn't have a template I will create a check that only redirects when a document has a template.
You can delete those documents in the page_notfound table.
Will have a fix soon.
Best,
Richard
That sound great, and yes i think it has something to do with Umbraco 8.2.0.
The page is published, but something is very wrong with 8.2.0.
Hi Bo,
Can you try with this version
Hope this helps.
We are using nuget. So do i just need to replace the dlls or are there other files too?
Another thing is that i added a 8.2.0 fix here https://github.com/umbraco/Umbraco-CMS/issues/6698 and now i can save and publish again.
The Redirect urls now looks correct. But i am now getting a 404 site when trying to access them.
You can copy dll's indeed and 404 makes sense since it doens't have a template.
Hope this helps,
Richard
Then you misunderstood me. The places we use the redirect module does have templates. But it still gives 404 page. So the 2 links added here both link to the right link, but returns 404.
In the SeoChecker Section where alle these # records where added do not have templates, neither do they have the redirect module.
Do you use custom conten finders in your solution? SEOChecker uses the LAstChanceContentFinder.
Best,
Richard
Yes i do. I remeber making it because i could not the SeoChecker 404 settings to work. I try outcomment it and see what happens.
Hi Richard.
It do now seems to works :)
When do you expect the 2.9.0 to be released for nuget?
I marked my own post as the answer and not your's with the new version in it :(
Aiming for release next mont, still one feature that needs to be implemented.
Hi Richard.
After i upgraded to 2.9.0, then it spams me with error in schedule task, ones every minute.
Hi Richard,
I'm experiencing similar issues with version 2.9.0 and Umbraco 8.1.3.
Every time I publish a page it creates a new redirect with similar URL's.
is working on a reply...