404 Error while Creating New Page

Posted by Community Admin on 04-Aug-2018 10:34

404 Error while Creating New Page

All Replies

Posted by Community Admin on 16-Feb-2012 00:00

we Facing 404 Error while Creating New Page in the Sitefinty Progarmming
How to Resolve this 404 Error

Please Help Us we having many Issues in sitefinty
please Fix sitefinity coming version 4.5 ,,,,, Please

Posted by Community Admin on 16-Feb-2012 00:00

Hi Nikhil,

Can you check whether you have large number of pages under the main page node? We know of an issue which fits your description - what you need to do to fix it is to set the maxPageNodes property to 200 in the webconfig file, inside the SitefinitySiteMap attribute.

All the best,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 02-May-2017 00:00

Would you be able to provide the actual code for updating the webconfig file?  Where in the webconfig should the attribute go?

Thanks.

Posted by Community Admin on 03-May-2017 00:00

Hi Jeffery, please find the system.web section, there you have <sitemap section and a providers collection. Add a parameter maxPageNodes to the SitefinitySiteMap provider so it becomes like that

<system.web>
     <siteMap defaultProvider="SitefinitySiteMap">
      <providers>
        <add name="SitefinitySiteMap" type="Telerik.Sitefinity.Web.SitefinitySiteMap, Telerik.Sitefinity" taxonomyProvider="OpenAccessDataProvider" pageTaxonomy="Pages" rootNode="FrontendSiteMap" pageProvider="OpenAccessDataProvider" maxPageNodes="200"  />
      </providers>
    </siteMap>

This thread is closed