I have been getting this error in Umbraco, it has caused a crash on the server and the database. I'm not sure what is causing the error as it does not give much information, there is no node ID, each time a page is accessed on the server these lines are written over and over in the UmbracoLog table:
Couldn't find any page with the nodeId = 0.
This is most likely caused by the page isn't published! Parameter name: nodeId
Does anyone have any idea as to what is causing this? I am using Umbraco v 4.7.1.1
in addition to this question; I'm having the same issue in the same Umbraco-version. It's on a live site and I can't recreate in a development environment.
It occurs in my menu where I loop through the nodes to generate a default menu. As soon as I switch on caching (1800 seconds, cache by page) on the macro it occurs on some pages. If I switch off the caching the problem is solved. Very weird :S
I tried emptying the recycle bin; I thought this was maybe the problem, but that didn't solve my issues.
Couldn't find any page with the nodeId = 0
I have been getting this error in Umbraco, it has caused a crash on the server and the database. I'm not sure what is causing the error as it does not give much information, there is no node ID, each time a page is accessed on the server these lines are written over and over in the UmbracoLog table:
Couldn't find any page with the nodeId = 0.
This is most likely caused by the page isn't published! Parameter name: nodeId
Does anyone have any idea as to what is causing this? I am using Umbraco v 4.7.1.1
Hi Louis
When did this error start to happen?
Is it a fresh installation? Or has it been running for at while?
Have there been done some modification in code, interaction with the backoffice API's, installation of a new package recently?
Looking forward to hear more from you.
/Jan
Hi Louis and Jan,
in addition to this question; I'm having the same issue in the same Umbraco-version. It's on a live site and I can't recreate in a development environment.
It occurs in my menu where I loop through the nodes to generate a default menu. As soon as I switch on caching (1800 seconds, cache by page) on the macro it occurs on some pages. If I switch off the caching the problem is solved. Very weird :S
I tried emptying the recycle bin; I thought this was maybe the problem, but that didn't solve my issues.
Greetings Jeffrey
is working on a reply...