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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error: File Manager is currently unavailableError: File Manager is currently unavailable
Previous
 
Next
New Post
2/11/2010 5:29 PM
 

More info about the Shervins issue:

I've debugged the code and compared with a working portal.

In the DotNetNuke.Services.FileSystem.FolderController:

------------------------------------------------

Public Function GetFolder(ByVal PortalID As Integer, ByVal FolderPath As String, ByVal ignoreCache As Boolean) As FolderInfo
FolderPath = FileSystemUtils.FormatFolderPath(FolderPath)
Dim folder As FolderInfo = Nothing
Dim bFound As Boolean = False
If Not ignoreCache Then
Dim dicFolders As SortedList(Of String, FolderInfo)
'First try the cache dicFolders = GetFoldersSorted(PortalID)
bFound = dicFolders.TryGetValue(FolderPath, folder)
End If
If ignoreCache Or Not bFound Then
folder = CBO.FillObject(Of FolderInfo)(DataProvider.Instance().GetFolder(PortalID, FolderPath))
End If
Return folder
End Function
------------------------------------------

In the working portal does the row (145) "bFound = dicFolders.TryGetValue(FolderPath, folder)" populate the "folder" object.
But it doesn't in the failing portal...it comes out as "Nothing" that makes the "Object ref not set" error
I've checked that the dicFolders contain objects and I can't see what's wrong here...
Please help
\Nicklas

 
New Post
2/11/2010 10:29 PM
 

Hi,

Upgrade the dnn it will solve the problem

as i have done in my case

 
New Post
2/12/2010 5:44 AM
 

Hi,

Thanks for your suggestion
I'm interested to solve the problem without upgdareing DNN. It's important to know the reason. There is no guaranti that the problem doesn't appear again.

Shervin

 
New Post
2/19/2010 7:20 PM
 
I strongly suggest upgrading to 5.2.3, due to a number of errors being fixed.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error: File Manager is currently unavailableError: File Manager is currently unavailable


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