Copied to clipboard

Flag this post as spam?

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


  • Brian 15 posts 63 karma points
    Oct 13, 2014 @ 20:58
    Brian
    1

    404 on Nested Articulate Blog Nodes Tags & Categories Pages

    Hello, I'm trying to create an Articulate blog node under an existing site node. When I do this I get a 404 error on the Tags and Categories pages

     

    Page not found

    No umbraco document matches the url '/blog/categories/Category'.

    This page can be replaced with a custom 404. Check the documentation for "custom 404".

    This page is intentionally left ugly ;-)

     

    Has anyone else experienced this?

  • Brian 15 posts 63 karma points
    Oct 13, 2014 @ 21:19
    Brian
    0

    Nevermind, it looks like I just have to recompile and restart the application and then they will work in their new location.

  • Craig100 1136 posts 2523 karma points c-trib
    Aug 26, 2016 @ 12:50
    Craig100
    0

    Hmmm, didn't work for me.

    Umb7.5.2, Articulate 2.0.5.

    Content>
        Site1>
            Articulate
        Site1 Settings
        Site2>
            (Articulate to be copied here later)
        Site2 Settings
    

    Using the Shazwazza style or my own custom style, all seems to work except when I click on a Category or Tag I get a 404.

    Site URL: http://localhost:1234
    Blog URL: http://localhost:1234/blog
    Blog List URL: http://localhost:1234/blog/archive
    Typical Category URL: http://localhost:1234/blog/categories/Festivals
    

    Posts code modified as:-

    @using Articulate
    @using Umbraco.Core.Models
    @inherits UmbracoViewPage<IPublishedContent>
    @{
        Layout = "~/Views/master.cshtml";
        var articulateModel = (Articulate.Models.PostModel)Model;
        ViewBag.CssBodyClass = "post-template";
    }
    
    <div class="row">
        <div class="col-s-9">
    
            <div class="row main">
                <div class="mainContent box">
                    @Html.ThemedPartial(articulateModel, "Post",articulateModel)
                </div>
            </div>
    
        </div>
    
        @Html.ThemedPartial(articulateModel, "SideWidgets")
    </div>
    

    Categories and Tags Partials code is as supplied.

    Any advice appreciated.

  • Arlan Galvez 44 posts 175 karma points
    Jun 08, 2019 @ 14:34
    Arlan Galvez
    0

    Hi, I'm facing something like this, did you get any feedback about this? All mi posts pages and list pages works fine except for tags and categories list or details pages, in this cases I get page not found. I only have one domain with /blog for blog content. I'm using Articulate V3.0.2 with mutilanguage website with Umbraco 7.7.2.

    Thank you.

  • Mark Bowser 273 posts 860 karma points c-trib
    Feb 14, 2019 @ 22:59
    Mark Bowser
    0

    I had a problem that looked kind of like this. When I installed Articulate, it automatically added a Blog node to the root of my site. I added my own under my Home page. My problem disappeared after I deleted the root articulate node and recycled the app pool.

    This was the content structure when my /blog/tag/<my tag> and /blog/category/<my category> were 404ing:

    Home Blog Archive Authors Other Pages... Data Folder Site Settings Other stuff... Blog Archive Authors

    This is what my content structure looked like when the categories and tags started working again:

    Home Blog Archive Authors Other Pages... Data Folder Site Settings Other stuff...

    I hope this helps someone else.

Please Sign in or register to post replies

Write your reply to:

Draft