Using uComponents on 4.6.1 is causing an error, any ideas?
Hi All,
We have had uComponents installed and working on a 4.5.2 solution which we have just upgraded to 4.6.1
The majority of the solution has upgraded perfectly and known bugs are gone, but, an error is now occuring in the content section with a uComponent data type we are getting the following:
[UnauthorizedAccessException: Access to the path 'C:\inetpub\OurClientSiteName\packages\uComponents' is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +9726046 System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj) +9497018 System.IO.DirectoryInfo.Create() +15 uComponents.Core.Shared.Settings.get_BaseDir() +61 uComponents.Core.Shared.Tree.CustomTreeControl..cctor() +65
I have checked the permissions of this folder ( it didn't exist.. so I created it in case it needed it ) I have tried giving Everyone full permissions and still I receive this error, does anyone have any ideas?
In case anyone else comes across this issue, it turned out it was a permissions issue.
Although I had checked the directories were not read only and that network service had permissions for that folder via windows explorer it still was not working. I have just tried checking the same permissions via IIS and miraculously it's started to work.
I just came across this running a long boring upgrade path to the nest version on a very old site.
Again, still didn't work after creating the /umbraco/plugins/ucomponents folder and granting the app pool full permissions on it; but after restarting the website in IIS it worked fine.
Using uComponents on 4.6.1 is causing an error, any ideas?
Hi All,
We have had uComponents installed and working on a 4.5.2 solution which we have just upgraded to 4.6.1
The majority of the solution has upgraded perfectly and known bugs are gone, but, an error is now occuring in the content section with a uComponent data type we are getting the following:
I have checked the permissions of this folder ( it didn't exist.. so I created it in case it needed it ) I have tried giving Everyone full permissions and still I receive this error, does anyone have any ideas?
Cheers,
Chris
Hi All,
In case anyone else comes across this issue, it turned out it was a permissions issue.
Although I had checked the directories were not read only and that network service had permissions for that folder via windows explorer it still was not working. I have just tried checking the same permissions via IIS and miraculously it's started to work.
Cheers,
Chris
I just came across this running a long boring upgrade path to the nest version on a very old site.
Again, still didn't work after creating the /umbraco/plugins/ucomponents folder and granting the app pool full permissions on it; but after restarting the website in IIS it worked fine.
is working on a reply...