I seem to be having a problem when I publish my page, it is creating multiple versions of the article. It seems to happen when the month and date could go either way, ie 2010-02-01 creates the following structure:
I had some major problems with this, when using CMSImport to import into the CMS. In the end, I disabled autofolders in the config, ran the import, and then re-enabled autofolders and re-published, which meant there were no duplicates.
I'm still trying to track this one down, as I got some duplicates on the import, even with autofolders off, on large imports. I'm going through the code at the moment to see if the issue is with Autofolders, or somewhere else. I've decompiled autofolders and looked at the source, and it only calls Document.Move on the actual nodes as they're published, and it only calls document.create when it creates the date folders. The trouble is that I can't get this one to repeat consistentlty, so its really hard to track it down....... Can any of you others who are having the issue get this to happen consistently?
BUG: Creating multiple versions
Hi,
I seem to be having a problem when I publish my page, it is creating multiple versions of the article. It seems to happen when the month and date could go either way, ie 2010-02-01 creates the following structure:
2010
~ 01
~ ~ 02
~ ~ ~ My article
~ 02
~ ~ 01
~ ~ ~ My article
Matt
Did this ever get sorted?
Are you using 4.0.3? I had date based problems with this version.
Sorry, no, I never did sort it, can't remember which version I was using (would have been the newest at the time).
I'd still like to get it working though as I am yet to have a successfull install of AutoFolders.
Matt
i'm having the same thing, using 4.5
I had some major problems with this, when using CMSImport to import into the CMS. In the end, I disabled autofolders in the config, ran the import, and then re-enabled autofolders and re-published, which meant there were no duplicates.
I'm still trying to track this one down, as I got some duplicates on the import, even with autofolders off, on large imports. I'm going through the code at the moment to see if the issue is with Autofolders, or somewhere else. I've decompiled autofolders and looked at the source, and it only calls Document.Move on the actual nodes as they're published, and it only calls document.create when it creates the date folders. The trouble is that I can't get this one to repeat consistentlty, so its really hard to track it down....... Can any of you others who are having the issue get this to happen consistently?
is working on a reply...