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 ...URGENT: problem with DNN 4.5.3. file manager!URGENT: problem with DNN 4.5.3. file manager!
Previous
 
Next
New Post
7/25/2007 8:23 AM
 

Yeah thanks for the nudge, I dont know what I was thinking.

Changed it to :

"SELECT t1.FolderPath, t1.FolderID, t1.PortalIDt2.FolderPath, t2.FolderID, t2.PortalID FROM dbo.Folders t1 INNER JOIN dbo.Folders t2 ON (t1.FolderID <> t2.FolderID) AND (t1.FolderPath = t2.FolderPath) AND (t1.PortalID = t2.PortalID)"

Which gives me 8 results for the same portal. I will try to delete the 4 of them only leaving the distinct values left.

I will keep you posted on how it works out. I just dont get why this suddently happened after upgrading to latest DNN.

 
New Post
7/25/2007 8:36 AM
 

YOU ARE A TRUE GOD!!!!

Thanks man, I looked and looked, however on file permissions, the filesystem, xml files etc. Now it works.

A note for others that goes this way : The SQL Query will result in 2 results per instance of dublicates - just reverted. So dont delete all of them.

Woohoo thanks again!

 
New Post
8/7/2007 8:08 AM
 

I've got the same problem as everyone else - duplicate folderpath values.  Does the syncronize files function re-populate this table ?  If so, would the records bere-created by re-syncronizing if all the records in the Folders table were deleted?

 
New Post
8/7/2007 8:11 AM
 

synchronize does not remove duplicate entries, but shall not create then.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/22/2007 12:54 AM
 

Hi All,

This SQL script delete all dublicated forlders under the DNN instance.

DELETE

FROM

Folders

WHERE

FolderID NOT IN

 

(SELECT MAX(FolderID)

 

 

FROM FoldersGROUP BY FolderPath,PortalID)

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...URGENT: problem with DNN 4.5.3. file manager!URGENT: problem with DNN 4.5.3. file manager!


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