Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...5.6.2 File Manager Non Functional?5.6.2 File Manager Non Functional?
Previous
 
Next
New Post
5/18/2011 8:54 PM
 
thanks Robb for the posting, i tried the solution, it worked well but it deleted the menu icons and all the images in the Repository and a third party module!, it is a good practice to make a backup prior to any script executed in one's database.
I had to restore my DB  and will seek another solution as I can live with not having a file manager for the time being.

 
New Post
5/19/2011 6:25 PM
 
There is no need to delete anything from the database. The corrupt folders in the DNN database DO NOT have the trailing slash at the end of them. Simply put a trailing slash ( / ) at the end of the path and you're golden.



This T-SQL will show them to you, just update the FolderPath.



SELECT FolderID, PortalID, FolderPath, StorageLocation, IsProtected, IsCached, LastUpdated, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate, UniqueId, VersionGuid



FROM dbo.Folders



WHERE (RIGHT(FolderPath, 1) <> '/') AND (RIGHT(FolderPath, 1) <> '')



 
New Post
5/20/2011 6:02 PM
 
Further investigation shows that this issue might possibly be realted to the filesync process. The above continues to work until the next time a filesync occurs, and errors out as below. I've checked ALL of the portal paths and they are of "LEGAL" form, no invalid characters. It also seems that the whole file sync relates to the Telerik editor not being able to see some folders as well. (i.e. when editing content and attempting to insert an image)

AssemblyVersion: 5.6.2
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 7d8f4d7d-c373-4a5e-a7ea-1f52bf51fc55
InnerException: The path is not of a legal form.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.IO.Path.NormalizePathFast
StackTrace:
Message: System.ArgumentException: The path is not of a legal form. at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.DirectoryInfo..ctor(String path) at DotNetNuke.Common.Utilities.FileSystemUtils.SynchronizeFolder(Int32 PortalId, String physicalPath, String relativePath, Boolean isRecursive, Boolean syncFiles, Boolean forceFolderSync, Boolean hideSystemFolders) at DotNetNuke.Services.FileSystem.SynchronizeFileSystem.Synchronize() at DotNetNuke.Services.FileSystem.SynchronizeFileSystem.DoWork()
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...5.6.2 File Manager Non Functional?5.6.2 File Manager Non Functional?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out