Problem when editing content in ck editor...

edited May 2016 in News & Announcements
Problem when editing content in ck editor, after hitting save, the content will disappear and will not save.

Comments

  • edited 9:22PM
    Is the database field type correct? Is the field name correct in your model? Any output from your browser console log or server apache/php log?
  • edited 9:22PM
    Do you have the same issue if you use the markItUp! editor instead of CKEditor? If so, does the content you are trying to save have foreign characters in it by chance?
  • edited May 2016
    @almostcompletely i will check the logs, thanks!.
    @admin will try that, thanks for your help!
    The content is copy pasted from google docs, with pictures.
  • edited May 2016
    This is the error on console log Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

    then we found out that the jquery version is 1.7, is it okay to update the jquery in fuel modules assets? thanks

    after updating nothing happens
    and this is the error
    Uncaught Error: Syntax error, unrecognized expression: [accesskey=]
  • edited May 2016
    when i preview it, it doesnt show up.
  • edited May 2016
    false alarm not working :(
  • edited 9:22PM
    changing this to false solved the problem, :)
    $config['global_xss_filtering'] = FALSE;
Sign In or Register to comment.