Hello, I have recently migrated my site to InMotion from GoDaddy. I carried all files and the database over exactly as they were on the GoDaddy server. I could easily edit a page, block or other content type on the site.

However, now, when I attempt to edit a page, the home page content is displayed within the WYSIWYG editor. The code for page I am trying to edit flashes briefly, but then is replaced by the content on the home page. This happens in every content type and in blocks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jdmurray12 created an issue. See original summary.

jdmurray12’s picture

liezie_D’s picture

I'm having this same problem on one of my sites. I've been pulling my hair out on trying to solve this.

I removed and uninstalled everything from ckeditor and copied the installation (and config) files from a different, working drupal site. But the issue remains.

I also did cache clears, changed jquery_update versions, ... But the issue remains.

did you managed to solve this?

antonio.bertolini’s picture

Same to me!!!
Only in one site! not everyone!

FinderFees’s picture

I don't suppose anyone ever came up with a solution? I'm now experiencing the same thing.

3li’s picture

I had this issue, and took a while to work out what was going on.
For me I noticed the on the backend hook_form_alters I had made (for things displayed on the front end) where triggering on the backend these were "erroring" and to handle that it would return an error page which was then displayed in the WYSIWYG.

If you get this can I suggest looking at any custom code you might have wrote and see if it could be running on the backend and causing errors.
If this is true you can run a check to see if on backend and not execute the code.

https://api.drupal.org/api/drupal/includes%21path.inc/function/path_is_a...

AmandeepKaur’s picture

Issue tags: +VB_Drupal_Contrib_Aug

We will be working on this issue