Autofolder going bananas, generating content in wrong parent folder
Hey there, hopefully someone can help on this one - it's quite odd:
I have a Site structure like so:
- Home
-- Area 1
--- (date)
---- Area1DocType
-- Area 2
--- (letters)
---- Area2DocType
-- Area 3
--- (letters)
---- Area3DocType
I have a separate AlphaProvider connected to 2 of the areas (Letter on the other), but what I'm finding is, for example: Creating an item in Area 3, is moving it to Area 1 & creating the alpha folder. Could anyone please point out if this is a known issue, or if there's something wrong with the config?
Autofolder going bananas, generating content in wrong parent folder
Hey there, hopefully someone can help on this one - it's quite odd:
I have a Site structure like so:
I have a separate AlphaProvider connected to 2 of the areas (Letter on the other), but what I'm finding is, for example: Creating an item in Area 3, is moving it to Area 1 & creating the alpha folder. Could anyone please point out if this is a known issue, or if there's something wrong with the config?
Much appreciated...
Note - It is creating the (empty) letter directory in Area 3, but also creating the letter dir in Area 1, and moving the item there.
Both letter directories are the ones configured for Area 3.
Can you make you're rootFolders xpath more specific, maybe bring in the appropriate parents folder alias?
Something like
If this doesn't work, try removing the rootFolders attribute.
Chris
Cheers. I found this was a result of not refreshing the cache ('Republish entire site') from the root content node.
We're running data migrations (so shifting the underlying database) semi frequently, and evidentially it was looking up the parent ids weird...
is working on a reply...