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
Hi, I could be wrong but I've been using the source to debug an issue I was having with folder creation and do you need both of these events?
ContentService.Created += Document_New;
ContentService.Saved += Document_AfterSave;
I commented the Document_New out and everything seemed to work fine.
Bump - I was also getting wierd behaviour on 6.2 RC - datefolders were getting nested (i.e. year - month - year - month - document)
Dan your hack resolved the issue, thanks.
Hi guys,
I was getting the same as you, Barry, and this hack worked for me too. I'm using Umbraco v6.2.0
Thanks,
David
Hi Dan,
Not sure if it was needed either, but has now been removed in 2.1.2 as it seemed to be causing issues.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Source Version 2.1.1
Hi, I could be wrong but I've been using the source to debug an issue I was having with folder creation and do you need both of these events?
ContentService.Created += Document_New;
ContentService.Saved += Document_AfterSave;
I commented the Document_New out and everything seemed to work fine.
Bump - I was also getting wierd behaviour on 6.2 RC - datefolders were getting nested (i.e. year - month - year - month - document)
Dan your hack resolved the issue, thanks.
Hi guys,
I was getting the same as you, Barry, and this hack worked for me too. I'm using Umbraco v6.2.0
Thanks,
David
Hi Dan,
Not sure if it was needed either, but has now been removed in 2.1.2 as it seemed to be causing issues.
is working on a reply...