Couldn't find any page with the nodeId = 5855. This is most likely caused by the page isn't published! Parameter name: nodeId
The umbracoLog of one of our sites gets pretty hammered with this error message:
Couldn't find any page with the nodeId = 5855. This is most likely caused by the page isn't published! Parameter name: nodeId
Through the umbracoNode table I found that the node was called "job", so I searched the umbraco backend for "job" and found the page with the correct id. The Page was unpublished alright.
I looked around the node tree for the page but couldn't find it till I looked in the recycle bin. I then deleted the node completely, but errors keep coming in the umbracoLog!
So my questions are:
What causes this errormessage? And/or how do I beging to debug the error?
If this error is triggered by something, how do I find the trigger?
Hmm perhaps you have linked to this page somewhere with a content picker? If you try go get the url with library.NiceUrl it could cause this exception.
Couldn't find any page with the nodeId = 5855. This is most likely caused by the page isn't published! Parameter name: nodeId
The umbracoLog of one of our sites gets pretty hammered with this error message:
Through the umbracoNode table I found that the node was called "job", so I searched the umbraco backend for "job" and found the page with the correct id. The Page was unpublished alright.
I looked around the node tree for the page but couldn't find it till I looked in the recycle bin. I then deleted the node completely, but errors keep coming in the umbracoLog!
So my questions are:
The site is 4.7.0
Hmm perhaps you have linked to this page somewhere with a content picker? If you try go get the url with library.NiceUrl it could cause this exception.
Jeroen
As it is a customer site, I have no way of knowing if the page is linked to somewhere and the log keeps getting more and more flooded.
There has to be a way to back-track where this error is coming from.
Found it!
It was linked to with a content picker and I found the page by searching for the ID in the /APP_data/umbraco.config file
Glad you found what the problem was. Next time maybe you could try this package: http://our.umbraco.org/projects/backoffice-extensions/cogworks-cogitemusage
Jeroen
Hi,
How can i find that page is newly created ot not?
Means I have created after publish event.
Now I want to identify that page is first time created or not from code behind.
Pls help. I stuck up on this since 2 days.
Thanks in advance.
ur20
is working on a reply...