Copied to clipboard

Flag this post as spam?

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


  • Kim Andersen 1447 posts 2197 karma points MVP
    Jan 19, 2012 @ 11:12
    Kim Andersen
    0

    "Publish at" function in v4.0.4.2 working?

    Hi guys

    Can anyone confirm that the publish at function works in v4.0.4.2? According to the changelog of 4.0.4 an issue about this should be fixed, but just want to hear if anyone have tried this?

    The reason I'm asking is because we have a large client website with ~1.5000.000 visitors a month, with integration to a lot of different external systems, so we can't just upgrade to the latest Umbraco version (4.7.2). Well, we probably can, but it we'd prefer not to at the moment :)

    Thanks in advance.

    /Kim A

  • Tim 1193 posts 2675 karma points MVP 5x c-trib
    Jan 23, 2012 @ 16:15
    Tim
    0

    Not sure about that version of Umbraco having problems (don't have any sites running that version at the moment), but do you have anything like AutoFolders installed? There are a few DataTypes that have a dependency on the HttpContext (calling Server.MapPath for example) and that won't work on the timed publish. We had this issue with a few other DataTypes on a site as well where we just edited the source to replace the HttpContext reliant stuff with Context-less equivalents (replacing Server.MapPath with Application.MapPath for example).

    We had pages that looked like they'd published, but inspecting the umbraco log table showed that a null reference error was being thrown by the timed publish.

    Hope that helps!

    :)

  • Kim Andersen 1447 posts 2197 karma points MVP
    Jan 24, 2012 @ 21:34
    Kim Andersen
    0

    Hi Tim.

    Thanks for your reply.

    I don't think that we've got the autofolders package installed on that specific site.

    But maybe there's some other datatypes that can cause the error. But if we got a document type with zero "special" data types, then they should be published, right?

    Maybe we should just try upgrading the solution to see if it helps out...

    /Kim A

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies