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 ForumsFCKeditorFCKeditorFCK ErrorFCK Error
Previous
 
Next
New Post
3/10/2014 12:12 AM
 

Hi I am using DNN 5 and get this error in my events calendar Module built by Smart Thinker. How do I fix or update any help would be appreciated as it now won't send emails out when people register when I make a new event for some reason.

---------------------------------------------

AssemblyVersion: 5.5.1
PortalID: 0
PortalName: Kayak Noosa - Guided Kayak Adventure Tours | Kayak Hire | Kayaking Instruction | Kayaks for Sale
UserID: 1
UserName: host
ActiveTabID: 83
ActiveTabName: Kayak Tour Booking Calendar
RawURL: /KayakTours/KayakTourBookingCalendar/tabid/83/ctl/Edit/mid/409/itemid/47/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.kayaknoosa.com/kayaktours/tabid/83/vw/3/itemid/47/d/20140315/test.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: fc797603-35f5-442b-af65-048fef0bb5f5
InnerException: Error loading FCK setting (HTML Encode output)
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Boolean.Parse
StackTrace:
Message: System.Exception: Error loading FCK setting (HTML Encode output) ---> System.FormatException: String was not recognized as a valid Boolean. at System.Boolean.Parse(String value) at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.Fckeditor.LoadFCKCTLSettings(Boolean mAdmin) --- End of inner exception stack trace ---
Source:
Server Name: BLUE

 
New Post
3/10/2014 8:49 PM
 
FCKEditor2 is not secure and not supported any longer. Install successor CKEditor 4 Provider from dnnckeditor.codeplex.com and uninstall fckeditor.
You should upgrade DNN as well, at least to latest Version 5 (5.6.8, AFAIR)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/10/2014 9:25 PM
 
Thanks, I have updated to CKeditor all good
 
New Post
3/11/2014 4:52 AM
 
I am glad you were able to solve it, have fun using DNN :)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/10/2016 11:41 PM
 
For DNN 8,

You need to modify below code from @Avinash

var editor = $find('dnn_ctr1052_ManageEmailTemplate_txtContent_txtContent');
if (editor)
editor.set_html(tag);


to

var editor = CKEDITOR.instances['dnn_ctr1052_ManageEmailTemplate_txtContent_txtContent'];
if (editor)
editor.setData(tag);
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFCK ErrorFCK Error


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