Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • kristian schneider 190 posts 351 karma points
    Aug 01, 2011 @ 15:19
    kristian schneider
    0

    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:
    umbracoInitDone handling request0.0002466793964037330.000017
    umbracoPagetesting altTemplate0.0003690413167036590.000122
    umbracoPageElement loaded: content0.0004310603721981430.000062
    umbracoPageElement loaded: umbracoNaviHide0.0004595556139118240.000028
    umbracoPageElement loaded: hideTopNavigationBar0.0004860952998216250.000027
    umbracoPageElement loaded: keywords0.0005182222880282270.000032
    umbracoPageElement loaded: description0.0005520254669238690.000034
    umbracoPagePagedata loaded for CV Pro (ID: 1107)0.000583314359785950.000031
    umbracoPageLooking up skin information0.0006157207131073920.000032
    umbracoPagetesting altTemplate0.0007271873939285580.000111
    umbracoPageElement loaded: content0.0007819429564372010.000055
    umbracoPageElement loaded: umbracoNaviHide0.0008104381981508820.000028
    umbracoPageElement loaded: keywords0.0008392128049794040.000029
    umbracoPageElement loaded: description0.0008665905862337250.000027
    umbracoPagePagedata 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.

    The problem lies in a 4.7 solution

    Any ideas?

    /kristian

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Aug 01, 2011 @ 15:22
    Jan Skovgaard
    0

    Hi Kristian

    Have you checked that it is not an issue with permissions?

    /Jan

  • kristian schneider 190 posts 351 karma points
    Aug 01, 2011 @ 15:24
    kristian schneider
    0

    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

  • Simon steed 376 posts 688 karma points
    Aug 01, 2011 @ 15:25
    Simon steed
    0

    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

  • kristian schneider 190 posts 351 karma points
    Aug 01, 2011 @ 15:40
    kristian schneider
    0

    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 

  • kristian schneider 190 posts 351 karma points
    Aug 02, 2011 @ 10:14
    kristian schneider
    0

    Does the same thing with templates. So I can't use alttemplate either

  • kristian schneider 190 posts 351 karma points
    Aug 02, 2011 @ 10:24
    kristian schneider
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft