I can no longer upload modules. See the bottom for the error meaasage.
I tried an upgrade that failed, because the File Manager was no longer functioning. After I recovered to the old system (3.2.2) I found I still had hiccups in the system. Appears to be an orphan problem in the DB _Folders and _Files tables.
I fixed the _Folders orphans by deleting the records in the DB. Since these are only about 40 folders, it was easy to compare to the Portals\0 folder listing on the website. Not so good for the files - there are 1,000+. I was going to use Dave Buckner's File Orphan Finder -and thus this problem.
I get a path access error, similar to the File Manager problem - although not exactly the same. I'm sure Dave's PA is fine; I tried another one I have used before and got the same path access error.
Can anyone confirm this is related to the File Manger problem or suggest a way to 'force' thru the load of this module?
Here's the error message:
ExceptionSystem.UnauthorizedAccessException: Access to the path "E:\inetpub\vhosts\pmi.bc.ca\httpdocs\DesktopModules\TRTPortalFileMonitor" 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()