stipe k Gold Membership
 Nuke Wiz Posts:178

 |
| 2/28/2005 8:56 PM |
|
I've installed News Articles for 3.x and receive the following error after uploading the PA: ExceptionSystem.UnauthorizedAccessException: Access to the path "d:\webspace\\www\DesktopModules\DnnForge - NewsArticles" is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path) at System.IO.Directory.CreateDirectory(String path) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install() Is this because I am running 3.0.8? Thanks |
|
|
|
|
Test User Gold Membership
 Nuke Super Newbie Posts:14

 |
| 2/28/2005 8:59 PM |
|
Possibly, I had only tested on 3.0.11, it could also have to do with your file permissions? Have you granted the aspnet user (windows 2000) or network service (win 2003) control over your dotnetnuke folder? |
|
|
|
|
Test User Gold Membership
 Nuke Super Newbie Posts:14

 |
| 2/28/2005 9:00 PM |
|
Posted By test on 2/28/2005 8:59:04 PM Possibly, I had only tested on 3.0.11, it could also have to do with your file permissions? Have you granted the aspnet user (windows 2000) or network service (win 2003) control over your dotnetnuke folder? Wrong account to post as  |
|
|
|
|
stipe k Gold Membership
 Nuke Wiz Posts:178

 |
| 2/28/2005 9:02 PM |
|
| Well, the particular host granted those permissions when I installed DNN 3.0.8. I am assuming everything below should have the same (correct) attributes?? |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12450


 |
| 2/28/2005 9:04 PM |
|
Yep, generally it does. I would double check with the host, that error means that it can't create a folder when installing the module. Have you tried installing one of the modules packaged with DotNetNuke, e.g. Survey |
|
Scott McCulloch Site Administrator |
|
|
stipe k Gold Membership
 Nuke Wiz Posts:178

 |
| 2/28/2005 9:08 PM |
|
When trying to install the survey module, I get this error: ExceptionSystem.ArgumentException: Invalid File or Directory attributes value. at System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFile(String FullFileName, Byte[] Buffer) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile File, PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install() Must be permissions. I'll see what I can do. I might even try upgrading to 3.0.11. Is this a straight forward task? Thanks Scott, much appreciated |
|
|
|
|
stipe k Gold Membership
 Nuke Wiz Posts:178

 |
| 2/28/2005 9:18 PM |
|
It was a permissions issue as you said, Scott. All seems to be working OK. I'll let you know if there are any issues with 3.0.8. Thanks for the prompt help! Cheers Steve |
|
|
|
|
Michael Wells Registered Users
 Nuke Newbie Posts:1

 |
| 7/15/2005 6:31 PM |
|
I am getting the same error when trying to install the Survey and
UsersOnline modules. I have installed other modules such as
FotoVisionDNN with no problems. I have also confirmed that the
Network Service (2003 Server) account has full control for the
DotNetNuke folder. I even removed the rights and re-added
them. Here is the exact error:
| StartJob |
Creating files |
| Failure |
ExceptionSystem.ArgumentException: Invalid File or Directory attributes
value. at System.IO.File.SetAttributes(String path, FileAttributes
fileAttributes) at
DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFile(String
FullFileName, Byte[] Buffer) at
DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateModuleFile(PaFile
File, PaFolder Folder) at
DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder
Folder) at
DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection
folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install() |
Any ideas would be greatly appreciated.
Michael
|
|
|
|
|