Suddenly I cannot publish content and therefor get 404
Hi Folks.
For god know what reason I suddenly cannot publish content in my solution any more.
This is what I know right now:
Republish all content does not help.
Deleting umbraco.config does not help
There are no errors in the log when publishing. Accessing the page displays this:Couldn't find any page with the nodeId = 0. This is most likely caused by the page isn't published! Parameter name: nodeId
Tried to Delete the Examine index.
The 404 does get handled by umbraco and a umdebugshowtrace reveals:
umbracoInit
Done handling request
0.000246679396403733
0.000017
umbracoPage
testing altTemplate
0.000369041316703659
0.000122
umbracoPage
Element loaded: content
0.000431060372198143
0.000062
umbracoPage
Element loaded: umbracoNaviHide
0.000459555613911824
0.000028
umbracoPage
Element loaded: hideTopNavigationBar
0.000486095299821625
0.000027
umbracoPage
Element loaded: keywords
0.000518222288028227
0.000032
umbracoPage
Element loaded: description
0.000552025466923869
0.000034
umbracoPage
Pagedata loaded for CV Pro (ID: 1107)
0.00058331435978595
0.000031
umbracoPage
Looking up skin information
0.000615720713107392
0.000032
umbracoPage
testing altTemplate
0.000727187393928558
0.000111
umbracoPage
Element loaded: content
0.000781942956437201
0.000055
umbracoPage
Element loaded: umbracoNaviHide
0.000810438198150882
0.000028
umbracoPage
Element loaded: keywords
0.000839212804979404
0.000029
umbracoPage
Element loaded: description
0.000866590586233725
0.000027
umbracoPage
Pagedata loaded for Fail (ID: 1093)
So it seems to be related to the node not getting published but I cannot figure out why that is.
I've just had the same problem with another 4.7 site I was building, could not find anyway around it and ended up building a new version and copying over the data - hope you don't have to go this route but have it in your back pocket!
Suddenly I cannot publish content and therefor get 404
Hi Folks.
For god know what reason I suddenly cannot publish content in my solution any more.
This is what I know right now:
So it seems to be related to the node not getting published but I cannot figure out why that is.
The problem lies in a 4.7 solution
Any ideas?
/kristian
Hi Kristian
Have you checked that it is not an issue with permissions?
/Jan
It's been working fine up until today. I did a Courier transfer from my development site and than I noticed the problems.
They should be OK but Ill check it
I've just had the same problem with another 4.7 site I was building, could not find anyway around it and ended up building a new version and copying over the data - hope you don't have to go this route but have it in your back pocket!
Si
If I change my content in my staging enviroment and publish it with courier the changes kick through and the page is published.
That solves my headacke for now
/Kristian
Does the same thing with templates. So I can't use alttemplate either
I think I've found out what was causing this.
In my webconfig I've added elmah http modules and handlers. The problem with that was that I had put them in the
beginning of the section and not the end. I think that means that thoose handlers would be called first before
umbracos rewriting and request modules. Somehow that has screwed up the normal functionality.
Moving them to the end resolves the problems
is working on a reply...