Copied to clipboard

Flag this post as spam?

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


  • MK 429 posts 906 karma points
    Apr 19, 2012 @ 21:23
    MK
    0

    Page not found Error 404

    Hi there,

    I added my custom page 404 error node to the umbracoSetting.config.

    Everything will work great just untill you are logged in and the session is closed. at this point I will get the default Page not found....

    Page not found

    No umbraco document matches the url 'http://dev.bioquote.co.il/supplierarea/leads.aspx'

    umbraco tried this to match it using this xpath query'1186')

    This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.

    For more information, visit information about custom 404 on the umbraco website.

    This page is intentionally left ugly ;-)

     

    Any idea on how to overcome this?

    Cheers

    mkariti

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 19, 2012 @ 23:24
    Jan Skovgaard
    0

    Hi Mkariti

    What does the setting in your umbracoSettings.config file look like?

    And does this occur when you have been logged into the website or in the Umbraco backoffice? (I suppose it's the first but I'm a bit unsure).

    I'm also curious about info about the webserver and the version of Umbraco that you're using.

    /Jan

  • MK 429 posts 906 karma points
    Apr 20, 2012 @ 11:50
    MK
    0

    Hi Jan,

    1.         <errors>

                <!-- the id of the page that should be shown if the page is not found -->

                <!--        <errorPage culture="default">1</errorPage>-->

                <!--        <errorPage culture="en-US">200</errorPage>-->

                <error404>2208</error404>

            </errors>

    2. Only when logged in to the website as a member

    3. 1. umbraco v 4.7.1.1 (Assembly version: 1.0.4393.24044)

    3.2. IIS Ver 7.5.7600.16385

    From your questions I need to assume that this is not how it should behave?

    Cheers

    mkariti

  • MK 429 posts 906 karma points
    Apr 21, 2012 @ 14:36
    MK
    0

    Ok So I figured what’s going on....

    If there is an area where u needs permission to access it and you don’t have you will get the message above.

    If the page is not exists you will get the 404 page, in my case is my 2208 node id.

    Any idea why this is happened?

     Update: I redo the public access and it seems fine now!

Please Sign in or register to post replies

Write your reply to:

Draft