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 ForumsFCKeditorFCKeditor4.5 fresh install - can4.5 fresh install - can't insert images
Previous
 
Next
New Post
4/7/2007 11:16 AM
 

I see the same error on my upgrade from 4.4.1

It is also present on www.dotnetnuke.com ! - open the image dialog here in the FCK editor, click on browse server and you will get the same error:

http://www.dotnetnuke.com/Default.aspx?tabid=795&error=String+cannot+be+of+zero+length.%0d%0aParameter+name%3a+oldValue&content=0

 
New Post
4/7/2007 12:30 PM
 

I found this happens when you have your website at the root instead of a virtual directory.
I have found the error and submited it to Lopocon.
The function DotNetNuke.Common.ApplicationPath now returns nothing if the website is running at the root.

If you can re-compile the provider, in FCKGalleryBase.vb, starting at line 140 the code should be as follows:

If rf.StartsWith("/"c) Then
   rf = rf.TrimStart("/"c)
End If
'Have to get rid of application path. This fixes problem with default root directory
Dim strAppPath As String = DotNetNuke.Common.ApplicationPath
If strAppPath <> "" Then
  rf = rf.Replace(strAppPath, "")
End If
RootFolder = rf


-Dan
 
New Post
4/7/2007 12:39 PM
 

Thanks Boskone!!!

 
New Post
4/7/2007 1:08 PM
 

Boskone wrote

{...}

If you can re-compile the provider, in FCKGalleryBase.vb, starting at line 140 the code should be as follows:

{...}

And for people who do not know how or who can not recompile ????

DV

 
New Post
4/7/2007 1:11 PM
 

I can insert images with no problem.

I have a fresh install.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditor4.5 fresh install - can4.5 fresh install - can't insert images


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