I suspect this plugin wants to create a custom tree. Because of that the trees.config file needs to be modified by the plugin. If your application pool user doesn't have write permissions on the config folder will result in the error you have.
So check your permissions on that folder and try to reinstall the plugin.
Exception message: Access to the path '\config\trees.config' is denied.
Hi,
I working on document type, I saved it and I tried to access
Content
node and then I receive the error:Exception message: Access to the path 'D:\blabla\config\trees.config' is denied.
Why ?
I didn't encountered this kind of error when I developed document types and contents.
Hi Mihail,
Can you provide some more information. What version of Umbraco are using. Can you also check if there are write rights on the config folder ?
Dave
I'm using Umbraco 7.4.2
I didn't modified permissions for config folder. I installed a lot of plugins.
When I installed uCommentator plugin, it gave me crashes ! No tree was visible in left side of Umbraco CMS view.
I consulted the log file from App_Data\Logs and told me the permission for tree.config file... very strange.
I deleted that plugin manually and now it works fine.
Hi Mihail,
I suspect this plugin wants to create a custom tree. Because of that the trees.config file needs to be modified by the plugin. If your application pool user doesn't have write permissions on the config folder will result in the error you have.
So check your permissions on that folder and try to reinstall the plugin.
Dave
is working on a reply...