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 ...CanCan't delete folder
Previous
 
Next
New Post
2/28/2011 3:08 PM
 

Using DNN 5.6

I created a "docs" within a portal today using the standard DNN file manager. The folder was created (or at least it was listed in the tree) but when clicked all of the folder/file/permissions options were ghosted. Trying to upload anything to the folder would result in a server error. Since I couldn't do anything with the folder within DNN, I deleted the folder via ftp. 

I went back the site and logged in as host and "restarted the app", went to the file manager again and did the synchronize / recursive, but the folder is still listed. And while the folder no longer exists on the server, DNN insists that it's there. I tried leaving the site alone for an hour or so, and tried again. But, nope, the folder is still there although nothing can be done with via the DNN file manager.

I even tried creating the folder again via ftp and went through the whole process again, but any file related applications running within DNN "sees" the folder, but gives a server error when an access attempt is made. Currently the folder has been deleted via ftp -- again.

Any suggestions as to how to get DNN to stop listing this non-existent folder?
 
New Post
3/16/2011 11:11 AM
 
Well, its been a while and no responses, so I assume that this has never happened to anyone else. The non-existent folder is still being listed in all file access dialogs on the site. But, the site is working. I guess I'll just keep my fingers crossed that this won't become some issue in the future.

Thanks.
 
New Post
9/19/2012 5:20 PM
Accepted Answer 
I had the same problem. What I did was go directly into the backend DB. And delete the records from the "Folder" table.

I used something like below to look at the folders I wanted to delete

select * from folders
where portalid=0 and folderpath like '%skins/%'

then used something like below to remove them from the DNN database

delete from folders
where portalid=0 and folderpath like '%skins/%'

Afterwards I went into the File Manager and used the Synchronize Files feature with the Recursive option ticked.

Hope that helps
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...CanCan't delete folder


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