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 :)
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.
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...
"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
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!
:)
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
is working on a reply...
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.