DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

CKEditor Questions, Issues

 35 Replies
 4 Subscribed to this topic
 40 Subscribed to this forum
Sort:
Page 2 of 4 << < 1234 > >>
Author
Messages
Senior Member
Posts: 1607
Senior Member
MVP
MVP
You're an MVP!
New Poster
New Poster
Congrats on posting!

That's mostly good news, but you still have at least this one error left.  While we wait for someone else to reply that might have seen this specific error and use case, it might be a good idea to double-check permissions.  

It sounds like your application pool permissions might be okay.  Just double-check the file system permissions for the root of your website and ensure it's propagating to all subfolders and files.  The exact account you need to allow to have the appropriate Modify/Full permission, depends on how you've setup your webserver.  

In addition to the application pool user account, you'll also want to allow IIS_IUSRS to have standard view/read-only access (not Modify or higher). 

Once you check these, I'd recommend clearing cache and restarting the website after before you test anything.  That is, if this sounds like a contributing cause.  

Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!
Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!
Posted By Gothic Wizard on 12/6/2022 4:29 AM

That is all VERY helpful, I got the embed plugin working per se. I shows up and I am able to put in a web address. However I am having this exact error at the link below and since I am using https assuming this is the cause. I find it odd I d/l the latest plugin and am having the same issue from 6 yrs ago, but here we are. My issue is with this link I don't understand any of this 'fix'. If someone could explain to me how I implement this fix and not talk to me like I code plugins for a living that would be very helpful; https://dev.ckeditor.com/ticket/1681

Ok, but what is your exact issue? I just tested it and I can insert a Youtube video on my local testmachine.
https or not does not seem to make a big difference although I got this message once:
"Media Content could not been retrieved, please try a different URL."

Not sure why and it was only once.

 

 

New Around Here
Posts: 25
New Around Here
Posted By Timo Breumelhof (40FINGERS) on 12/6/2022 1:10 AM

Image browser issue: https://dnncommunity.org/forums/aft/3153

 

You are the man! I would NEVER have figured out the .ico file was the cause...

oh one side issue, when I cut/paste youetube embed code it works/saves fine.

However I use embed code from Twitter it strips out class=, script, src and some other tags.


That have to do with the Protected Source: option in the editor? Don't really see anything else that is obvious that would be stripping it. Thanks for all the help!

 

New Around Here
Posts: 25
New Around Here
Posted By Timo Breumelhof (40FINGERS) on 12/6/2022 1:34 AM
Posted By Gothic Wizard on 12/6/2022 4:29 AM

That is all VERY helpful, I got the embed plugin working per se. I shows up and I am able to put in a web address. However I am having this exact error at the link below and since I am using https assuming this is the cause. I find it odd I d/l the latest plugin and am having the same issue from 6 yrs ago, but here we are. My issue is with this link I don't understand any of this 'fix'. If someone could explain to me how I implement this fix and not talk to me like I code plugins for a living that would be very helpful; https://dev.ckeditor.com/ticket/1681

Ok, but what is your exact issue? I just tested it and I can insert a Youtube video on my local testmachine.
https or not does not seem to make a big difference although I got this message once:
"Media Content could not been retrieved, please try a different URL."

Not sure why and it was only once.

 

 

 

sorry I seemed to grab the wrong link, error is;

Failed to fetch content for the given URL.

No matter the media link I get that error. here is the correct link I found; https://dev.ckeditor.com/ticket/16819

Also while not DNN specific these folks had the same issue a year ago; https://stackoverflow.com...o-ckeditor-on-heroku

I wasn't able to find anything else why I am perplexed. Thanks again!

 

 

Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!
Posted By Gothic Wizard on 12/6/2022 7:36 AM

However I use embed code from Twitter it strips out class=, script, src and some other tags.
That have to do with the Protected Source: option in the editor? Don't really see anything else that is obvious that would be stripping it. Thanks for all the help!

Read this: https://dnncommunity.org/...-is-cleaning-my-HTML

 

 

Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!

FYI, I added a blog post about this:https://dnncommunity.org/blogs/Post/13698

New Around Here
Posts: 25
New Around Here
Posted By Timo Breumelhof (40FINGERS) on 12/6/2022 2:49 AM
Posted By Gothic Wizard on 12/6/2022 7:36 AM

However I use embed code from Twitter it strips out class=, script, src and some other tags.
That have to do with the Protected Source: option in the editor? Don't really see anything else that is obvious that would be stripping it. Thanks for all the help!

Read this: https://dnncommunity.org/...-is-cleaning-my-HTML

 

 

 

Hi Timo the problem is I ALREADY had AllowedContent  = true. And it is still stripping it out. I found if I manaully add the tags one by one under extraAllowedContent that helps but some things still getting stripped. Any ideas? Bug?

 

Senior Member
Posts: 1607
Senior Member
MVP
MVP
You're an MVP!
New Poster
New Poster
Congrats on posting!
Posted By Gothic Wizard on 12/6/2022 4:19 PM

Hi Timo the problem is I ALREADY had AllowedContent  = true. And it is still stripping it out. I found if I manaully add the tags one by one under extraAllowedContent that helps but some things still getting stripped. Any ideas? Bug?

Hello again...!  :)  

Depending on the content you're trying to add to the HTML editor, it will always get stripped out in my experience.  :( 

All online WYSIWYG editors are notorious for that.  This is why a lot of implementations for text editing are moving toward Monaco-style implementations.  Though, that would not be the best editor for most CMSs.  :(  

Growing Member
Posts: 85
Growing Member
Hi - could you post the content of your Dnn.CKEditorSettings.xml file please in case I (we) spot anything?
Page 2 of 4 << < 1234 > >>

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. 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.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved