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...Using Modules a...Using Modules a...DNN 6.1.3 Radeditor Image Manager does not display files in sub foldersDNN 6.1.3 Radeditor Image Manager does not display files in sub folders
Previous
 
Next
New Post
11/7/2012 8:19 AM
 

I just had to fix this and I'm running 6.2.4, though I originally installed it at version 6.2.  I think it's of note that running the script above will work, but any reference from another table that references the fileid, such as the user photo profile property or banner file will not work after you run that query.  I had to manually re-link up my banner images and I ran the following script to rematch up the user photos:

 UPDATE dbo.UserProfile SET PropertyValue = (SELECT TOP 1 fileid FROM files WHERE folder LIKE '%/' + CAST(u.userid AS VARCHAR(100)) + '/')
FROM
    userprofile up INNER JOIN
    users u ON up.userid = u.userid INNER JOIN
    dbo.UserPortals p ON u.UserID = p.UserId
WHERE
    PropertyDefinitionID = 42  -- WHERE 42 IS THE PHOTO PROFILE PROPERTY ID
    AND p.PortalId = 0

 
New Post
1/20/2013 2:59 AM
 
Hi there,

Has there been any word on an official fix to this issue?

I have an installation (DNN CE 06.02.06 (10)) with only 1 portal allowing users to add files or images via the HTML/Text module.

I have tried Noah's fix on all the portals which are not working and no luck this time. I have manually had a look at the "broken" portals folders and the cases of folder names seems correct.

Will upgrading to DNN 7 fix this issue?

Thanks,
Donovan
 
New Post
2/14/2013 1:35 PM
 

Any fix for this? 

We are running DNN 6.2.5, and it used to work. Now Portal/0 shows just empty Image Manager, another portal is ok. 

 
New Post
4/1/2013 10:14 AM
 
Just ran into this problem myself on 6.1.3 -- is there any newer version that I could upgrade to that would fix this problem? I'd rather not do database surgery if I can help it.
 
New Post
4/25/2013 1:03 AM
 
Just want to add that mine is now working correctly after I

1. used the script to rename all the folder names in lower case, clear cache and resync with recursive.

AND

2. then I noticed the folder permissions were set to deny "Open Files in Folder" and "Browse Files in Folder" for all my folders. I cleared the red dash in the check box on the folders and now the image manager shows folders and files again.

Hope that helps someone. -Mark Buelsing
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...DNN 6.1.3 Radeditor Image Manager does not display files in sub foldersDNN 6.1.3 Radeditor Image Manager does not display files in sub folders


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