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 ForumsFCKeditorFCKeditorPlease Help!  Error with FCKEditor 2.00.03 in DNN 4.0.2Please Help! Error with FCKEditor 2.00.03 in DNN 4.0.2
Previous
 
Next
New Post
4/20/2006 4:07 PM
 
I have just installed the FCK Editor 2.00.03 in DNN 4.0.2 (Windows Server 2003, IIS 6, .Net 2.0 Framework).  I am able to add a Text/Html module and edit the settings, but when I click on Edit Text, I get the following error.  If I change the web.config to access the original editor, the error goes away.  Thanks for your help!  I really like the FCK Editor and would like to use it if anyone can help me!  (I apologixe for the redundancy... I posted this on Locopon's site already).

   
 
   Edit Text/HTML   
Error: Edit Text/HTML is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.UserControls.TextEditor.set_Text(String Value) at DotNetNuke.Modules.Html.EditHtml.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---


    

Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.TypeInitializationException: The type initializer for 'DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider.CreateProvider() at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider..cctor() --- End of inner exception stack trace --- at DotNetNuke.UI.UserControls.TextEditor.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---

 
New Post
4/20/2006 10:54 PM
 

Don't worry about the redundancy. The final goal is that the forum on my site will be kept as history and I will start to promote this one once the next release is ready

You will have to check:

1) Have you copied *.dll to the /bin folder?

2) Are you sure that the provider folder is as the documentation explains

3) Review the text inside your web config (verify that all was included)

You can verify 1, 2 and 3 using the .pdf on my site

 


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
4/21/2006 10:09 AM
 
  1. I copied two files into the bin folder: FredCK.FCKeditorV2.dll and Delisoft.DSFCK2EditorProvider.dll
  2. there are two folder in the HTMLEditorProvider folder: the original Ftb3HtmlEditorProvider and the one I copied from the zip file, DSFCKEditorProvider
  3. so that leaves my web.config!  I am going to copy and paste here my whole section of htmleditor.  It looks good to me.  Am I not seeing something (VERY possible)?

<htmlEditor defaultProvider="DCFck2HtmlEditorProvider">

<providers>

<clear />

<!--

FTB options:

============

toolbarStyle="Office2003|OfficeXP|Office2000|OfficeMac" Sets the default FTB Toolbar style

enableProFeatures="[true|false]" Pro features require a license from FreeTextBox

or you may test them with localhost only

spellCheck="[{none}|IeSpellCheck|NetSpell]" IeSpellCheck is free for non-commercial use only

NetSpell requires some integration work

-->

<add name="Ftb3HtmlEditorProvider"

type="DotNetNuke.HtmlEditor.Ftb3HtmlEditorProvider, DotNetNuke.Ftb3HtmlEditorProvider"

providerPath="~\Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\"

toolbarStyle="Office2003"

enableProFeatures="false"

spellCheck="" />

<!--

DSFCK options:

============

Documentation not ready yet

-->

<add name="DSFck2HtmlEditorProvider"

type="Delisoft.DNN.Providers.HTMLEditor.FCK2HtmlEditor, Delisoft.DSFCK2EditorProvider"

providerPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/"

CustomConfigurationPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/custom/FCKConfig.js"

EnhancedSecurityDefault="false"

SecureConfigurationPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/custom/FCKConfigSecure.js"

ImageGalleryPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/fckimagegallery.aspx"

ImageUploadPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/fckimagegallery.aspx"

ImageAllowedFileTypes="gif,png,bmp,jpg"

FlashGalleryPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/fckimagegallery.aspx"

FlashUploadPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/fckimagegallery.aspx"

FlashAllowedFileTypes="fla,swf"

LinksGalleryPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/fcklinkgallery.aspx"

DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/DSFCKStyles.aspx"

DynamicStylesCaseSensitive="true"

DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard"

StaticStylesFile="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/FCK2/fckstyles.xml"

StylesDefaultMode="Static"

DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/DSFCKCSS.aspx"

StaticCSSFile="~/Providers/HtmlEditorProviders/DSFCKEditorProvider/FCK2/editor/css/fck_editorarea.css"

CSSDefaultMode="static"

spellCheck="ieSpell"

AvailableToolbarSkins="Office2003,Silver"

DefaultToolbarSkin="Office2003"

AvailableToolBarSets="DNNDefault,NoGallery,Basic"

DefaultToolbarSet="DNNDefault"

DefaultImageGallerySkin="Default"

DefaultFlashGallerySkin="Default"

DefaultLinksGallerySkin="Default"

DSFCKDebugMode="false"

UseFCKSource="false" />

</providers>

</htmlEditor>

 
New Post
4/23/2006 6:36 PM
 

There is an error in your web.config

<htmlEditor defaultProvider="DCFck2HtmlEditorProvider">

You must replace C with S on DSFck2.........

 


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
4/24/2006 10:44 AM
 
Oh Man!!!  Thank you!  I just read right over that.  Sorry.  :(
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorPlease Help!  Error with FCKEditor 2.00.03 in DNN 4.0.2Please Help! Error with FCKEditor 2.00.03 in DNN 4.0.2


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