|
|
|
|
|
|
|
|
 |
Access Denied Error
ISSUE:
When you browse to a page that has the repository module on it, you get an error like:
Access to path C:\Inetpub\vhosts\MySite.com\httpdocs\Portals\0\Repository
Denied
CAUSE:
This is caused because the repository module "hard-codes" the storage location of the files in the file system. This issue commonly occurs after a site migration, clone, or rename.
RESOLUTION
In order to resolve this issue, you need to do the following:
1) Open the ModuleSettings table in the DotNetNuke database.
2) Browse through all the module settings until you come to one that looks like:
E:\WebSites\Site.com\wwwroot\portals\0\repository
NOTE: This setting will look different for each hosting provider out there. What you need to be focused on is changing everything to the left of the \portals\ to be the correct path on the PowerDNN servers.
3) Continue scrolling through the module settings for any more repository path settings. Change them too.4) Browse to the httpdocs folder of your website, right click on it and click on properties, go to security, and make every user with a Plesk in front of it have full access.
4) Restart the website.
|
|
 |
|
|
|
|
|
|
|
|
|