I recently updated Drupal to 7.39 and CKEditor to 7.x-1.16 and I am now experiencing some bizarre behavior from the editor.
If I create new content, I have the editor in place. Once I save the content and come back, the editor is gone and is replaced by rendered HTML code. I am also seeing this when going in to edit some existing content. All content tested are the exact same content type.
This behavior occurs both in the body and the summary.
I have opened the page while running the JS console and I am seeing the following error:
/ckeditor/xss
500 (Internal Server Error)
I do not see this error on the content where the editor is appearing.
Any assistance on this is greatly appreciated! Let me know if I can provide any additional details to help troubleshoot.
Thanks!
Related
I'm trying to generate custom errors messages for different types of errors, I have resorted to react-error-boundary because I liked how instead of showing a white blank page, a fallback UI is shown.
Yet, for example, if I get an error from a specific graph displayed in a page, instead of showing the fallback UI, I hoped to be able to show an error message only in that section where the graph is (e.g. "Graph is unavailable"), while everything in the page stays where it is.
I don't know if that's possible to do with react-error-boundary, this is my first time ever using it.
Any suggestions, or advice would be appreciated.
Thanks,
I've a website called VoteCircle (www.votecircle.com), but i noted that it doesn't display well for Google Bot/Optimizely (used for A/B tests). It shows only the content that AREN'T in ng-view. All content in ng-view isn't displayed.
it was made in AngularJS and the content in ng-view isn't displayed for those bots/previews that i mentioned.
What's the best way to fix that?
Please, see attached screenshot.
Thanks.
There is a pretty easy fix for this. In your URL bar, click on the small key and enable mixed content. The browser blocks loading mixed content in the editor by default (HTTPS and HTTP resources combined). By enabling it you can load the rest of the page in the editor.
I have a line chart which doesn't appears at the loading of the page but only appears on hover, it's very strange. I thought I had forgotten some options but i also paste the code of the web site http://carlcraig.github.io/tc-angular-chartjs/line/ in my programm. I still have the problem...
any ideas please?
Has anyone tried using the wijmo widgets in DNN 7.+ ?
For my example I'm trying to use the upload widget.
If I upload to a path on my server and test, it works (As in the dialog appears to choose a file... the popup)
If I load it within a page on the site, the button shows but nothing happens when clicked.
All script files and necessary markup are correct.
No console erros, nothing. Very confusing.
Wijmo widgets work in DNN 7.+.
The “action” option should be changed to the server’s address of upload.ashx file.
Note: the upload sample can’t be opened by file path(d:/……/upload.html), please make sure it is opened on server.
Thanks,
Richa
I am working through this extJS tutorial where you type in code into Firebug, press CTRL-Enter and it renders it for you, it worked for the simple example but then I got this error:
Instructions:
What happens:
What else do I need to do to get this example to work as it states it will in the demo?
You need to have ext-all.js (and maybe ext-base.js?) loaded in the page you're testing for this to work. The example isn't working properly for you because the Panel file cannot be located. It doesn't exist because you haven't added it.
Test the Ext.Panel code in firebug at the API site: http://dev.sencha.com/deploy/dev/docs/
You'll see that the desired behavior occurs because the page has all of the proper JS files loaded. Any time you see the message "... is not a constructor" should be an indication that the JS file containing the object has not been loaded into the page.