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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFolder Permissions after upgradeFolder Permissions after upgrade
Previous
 
Next
New Post
11/30/2006 5:10 PM
 

I upgraded to the new version and i cannot upload or browse for an image in a folder that I had used before. The folder has all the rights set correctly. What do I do?

EDIT
I created a new folder under the Root called Images. I gave all users read and right priveledges. I set the properties to point to that folder as the default image folder. I still get permission errors.

 

Web config

<

add name="FckHtmlEditorProvider" type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider" providerPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/" CustomConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfig.js" EnhancedSecurityDefault="false" SecureConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfigSecure.js" ImageGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx" ImageUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx" ImageAllowedFileTypes="gif,png,bmp,jpg" FlashGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx" FlashUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx" FlashAllowedFileTypes="fla,swf" LinksGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fcklinkgallery.aspx" DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKStyles.aspx" DynamicStylesCaseSensitive="true" DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard" StaticStylesFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/fckstylesCustom.xml" StylesDefaultMode="Static" DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKCSS.aspx" StaticCSSFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/editor/css/fck_editorarea_custom.css" CSSDefaultMode="static" spellCheck="ieSpell" AvailableToolbarSkins="Office2003,Silver" DefaultToolbarSkin="Silver" AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic" DefaultToolbarSet="DNNDefault" DefaultImageGallerySkin="Default" DefaultFlashGallerySkin="Default" DefaultLinksGallerySkin="Default" FCKDebugMode="false" UseFCKSource="false"OptionsOpenMode="ShowModalDialog"CustomOptionsDialog="Admin" />
 
New Post
12/1/2006 11:04 AM
 

I found the bug that was causing this.
In FCKGalleryBase.vb around line 143 change:

If rf.StartsWith("/"c) Then
  rf = rf.TrimStart("/"c)
End If
RootFolder = rf
If Not Request.QueryString("CurrentFolder") Is Nothing Then
  CurrentObjectFolder = Request.QueryString("CurrentFolder")
Else
  CurrentObjectFolder = "/"
End If

To:

If rf.StartsWith("/"c) Then
  rf = rf.TrimStart("/"c)
End If
rf = "/" & rf
rf = rf.Replace(DotNetNuke.Common.ApplicationPath, "")
RootFolder = rf
If Not Request.QueryString("CurrentFolder") Is Nothing Then
  CurrentObjectFolder = Request.QueryString("CurrentFolder")
Else
  CurrentObjectFolder = "/"
End If


-Dan
 
New Post
12/1/2006 3:44 PM
 
I'm very suprised that it made it through the new module review process. This is a CRITICAL part of DNN and has rendered my content management process utterly useless. I'll switch back to FTB until this is addressed.
 
New Post
12/4/2006 10:39 AM
 

Hi,
i have exactly the same problem (FCK 1.00.7) . If i change the image folder i have problems to access the files in that folder !

On 1.00.6 it works.

 

 
New Post
12/4/2006 11:48 AM
 

I can't seem to post this in Gemini so that it shows up under the FCK Provider project. I had to post it in the Text/HTML project. I hope it doesn't get lost or overlooked in there.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFolder Permissions after upgradeFolder Permissions after upgrade


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