We're currently using the Azure Blob Storage Provider extension in our site and for the most part it's working very well. We have a multi-site setup where we'd like to copy nodes between the two site instances. We're receiving an error during copy operations (just right-clicking a not and attempting to copy it) where the Document Type contains an Upload Data Type that has an upload that uses the Azure plugin. If not data has been uploaded the copy work. If data has been uploaded it fails. I've added a Gist with the error below. We also have "Relate copied items to the original" checked.
I'm not sure if it might matter, but we're also using the Image Cropper Extended in those same Document Types.
I did a little research and the result is a fix in the package and an issue report to the core team: http://issues.umbraco.org/issue/U4-3838 Unfortunately without the core fix the package update is useless and I can not tell you when it will be done. It might help if you vote for the issue;-)
Azure Blob Storage Provider Error on Copy
We're currently using the Azure Blob Storage Provider extension in our site and for the most part it's working very well. We have a multi-site setup where we'd like to copy nodes between the two site instances. We're receiving an error during copy operations (just right-clicking a not and attempting to copy it) where the Document Type contains an Upload Data Type that has an upload that uses the Azure plugin. If not data has been uploaded the copy work. If data has been uploaded it fails. I've added a Gist with the error below. We also have "Relate copied items to the original" checked.
I'm not sure if it might matter, but we're also using the Image Cropper Extended in those same Document Types.
https://gist.github.com/nsbingham/091753fa4f6279ff819f
Thanks for any help or direction!
Hi BaM Interactive,
I did a little research and the result is a fix in the package and an issue report to the core team: http://issues.umbraco.org/issue/U4-3838
Unfortunately without the core fix the package update is useless and I can not tell you when it will be done. It might help if you vote for the issue;-)
There is another core issue related to FileSystemProviders: http://issues.umbraco.org/issue/U4-3154
In the meantime you might modify the core like I have described in the issue report.
Dirk
This, plus a few other ones like this are now fixed for the upcoming version 7.1.5: http://issues.umbraco.org/issue/U4-3838
is working on a reply...