Copied to clipboard

Flag this post as spam?

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


  • Aximili 177 posts 278 karma points
    Dec 19, 2014 @ 07:01
    Aximili
    0

    Random 404 in U7

    We have never experienced this issue in Umbraco 4, but we've got this twice in Umbraco 7.

    The Problem

    So we've got a page: www.mywebsite.com/sale

    It has been working for a month, then suddenly it shows 404:

    The Solution

    We could change the template of this document, eg. from SalePage to TextPage, then back to SalePage.
    That will temporarily fix it.

    But after IIS restart, or after republishing the page, it will show the 404 error again.

    For a permanent fix, we have to change the page name, eg. from Sale to Sale1.

    The Question

    Changing the page name is not an ideal solution at all.

    Has anyone experienced this? Or know where to look? May be the database has a corrupted entry somewhere?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 19, 2014 @ 07:14
    Jan Skovgaard
    0

    Hi Hardi

    Have you checked the even viewer log on the server to see what's going on there perhaps? And also what about the /app_data/logs file? Anything marked with ERROR or WARNING ?

    /Jan

  • Aximili 177 posts 278 karma points
    Dec 22, 2014 @ 00:22
    Aximili
    0

    Thanks Jan,

    Yes we can see "No specified template" in the log.

    This is the problem. We have this structure under Content:

    - Home
        - HomeSlide1
        - HomeSlide2
    - Pages
        - Sale
        - About Us
        - etc 

    The problem started when someone created a "home slide" under Home called "sale".

    So, both Home/sale and Pages/Sale has the same path: /sale/

    Deleting/renaming Home/sale fixed the problem.

Please Sign in or register to post replies

Write your reply to:

Draft