Hello

This is one strange happening i my site which was recently upgraded from drupal 6 to drupal 7. All the migration was 100% successful and we are running the website without any problem. But there is a strange issue when we edit the content. When i edit the content am using Ckeditor and it does functions correctly on the most of the nodes. Then later tracked down to few nodes where the issue was happening. The issue is if there is a "select" followed by "from" anywhere in the body, the ckeditor wont load when editing the node.

I have tried most of the options am familiar with
1. content updating is using the default admin theme sevens
2. No blocks are active in the content edit page
3. All the modules except the core modules are disabled on the server
4. Caching, Varnish, memcahe, APC everything is disabled for now
5. Cleared all the caches and updated everything to latest stable version

The error am getting in the Chrome console is this
Failed to load resource: the server responded with a status of 500 (Internal Server Error)c.extend.ajax @ jquery.js:142

The file http://www.mydomain.com/misc/jquery.js?v=1.4.4 is present and is able to be accessed via browser.

Am looking for any help on this matter.

Comments

sreyas’s picture

Title: Ckedit Ajax Error » Ckeditor Ajax Error
sreyas’s picture

More detailed error

POST http://www.mydomain.com/ckeditor/xss 500 (Internal Server Error)
c.extend.ajax @ jquery.js?v=1.4.4:142
Drupal.ckeditorOn @ ckeditor.utils.js?nn78ug:166
Drupal.ckeditorToggle @ ckeditor.utils.js?nn78ug:23
onclick @ article:112
davidneedham’s picture

I'm seeing this problem too, but only for this one particular website. Can anyone suggest some debugging tips to get to the bottom of this error? I've tried changing the version of jQuery, and where the library is coming from.

davidneedham’s picture

Status: Active » Closed (duplicate)
Related issues: +#2069871: CKEditor does not appear due to ckeditor/xss empty response