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 ForumsFCKeditorFCKeditorGeneral Exceptions - Error loading FCK settingGeneral Exceptions - Error loading FCK setting
Previous
 
Next
New Post
6/23/2010 7:28 AM
 
Ken's solution resolved the problem for me.
Thanks for the information and solution!
 
New Post
8/2/2010 12:45 PM
 
I too used the "custom editor settings" link below the text editor control to change the settings from default to true and all but two of my errors in the event log went away. Turns out I had several texteditor controls in a DNNTabStrip and at some point during messing around with this, saved module level settings and instance level settings for one of the may instances. So here is a summary of where these settings are in the database.

The custom settings for the FCK Editor are stored in the tables HostSettings (for Portal wide settings) and TabModuleSettings for (Module and Instance settings). In HostSettings, the SettingName column starts with 'DNNFCKP' and in TabModuleSettings, it starts with 'DNNFCKM' for Module level settings and 'DNNFCKI' for Instance level settings. The individual settings seem to always be identified by three characters following a '#' symbol. For "HTML Encode output" and "Reverse HTML Encode output" they are #HEO and #RHE. For instance level settings, the control id of the specific editor control instance to which the settings apply will be appended to the end of the SettingName. The SQL to find them is below. If you are having this problem, the values of the SettingValue column is probably 'default'... it needs to be 'true' or 'false'. Oh, and I'm using DNN 5.1.4.
select * from HostSettings
where SettingName like 'DNNFCKP#%#HEO' or SettingName like 'DNNFCKP#%#RHE'

select * from TabModuleSettings
where SettingName like 'DNNFCK_#HEO%' or SettingName like 'DNNFCK_#RHE%'


										
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorGeneral Exceptions - Error loading FCK settingGeneral Exceptions - Error loading FCK setting


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