Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
After upgrading to Umbraco 6 I am getting the following error when attempting to publish a uBlogsy Day content item:
could not be published, due to a 3rd party extension cancelling the action.
Anyone got any ideas? No error logs are being generated.
Hi Michael
I don't think it's related to uBlogsy since it's a known bug according to the issue tracker http://issues.umbraco.org/issue/U4-1648
Seems like it has been fixed if you grab the source from the link Morten has added.
Hope this helps.
/Jan
a work around is to create an event hook for after publish and call this:
ApplicationContext.Current.Services.ContentService.Publish(nodeID)
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.
Continue discussion
Umbraco 6 upgrade with uBlogsy
After upgrading to Umbraco 6 I am getting the following error when attempting to publish a uBlogsy Day content item:
could not be published, due to a 3rd party extension cancelling the action.
Anyone got any ideas? No error logs are being generated.
Hi Michael
I don't think it's related to uBlogsy since it's a known bug according to the issue tracker http://issues.umbraco.org/issue/U4-1648
Seems like it has been fixed if you grab the source from the link Morten has added.
Hope this helps.
/Jan
a work around is to create an event hook for after publish and call this:
ApplicationContext.Current.Services.ContentService.Publish(nodeID)
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.