This seems not to be correct.
The value you mention is set to:
Although there is a Setting:
"storage" : "module" :
{
"name": "mailaggregator",
"data": "666ceac1-4532-4f8c-9cba-8f510eca2fd1",
"type": "disc",
"path": "$STORAGE_ROOT\\addons\\mail\\Data\\aggregator",
"virtualpath": "~/addons/mail/data/aggregator"
},
“storage” : “handler” : “property” is
{
"name": "$STORAGE_ROOT",
"value": "..\\Data\\"
}
This is not absolute. Perhaps this causes the Problem? Setting that value to an absolute path could solve the problem?
Of course this value should NOT be set to the message storage folder as you mentioned. I’m really shure this will not work.
If I understand this correct. aggregator has a different “current working directory” then the webportal. And because of that, setting the Directories not absolute results in failure.
So is it wanted to have this config set to the absolute path?
Why does a normal package-update result in such problems?
Marius