document.mutate.save is undefined

285 views Asked by At

I'm using the ModX CMS.

And this error, document.mutate.save is undefined keeps coming up if I were to save a chunk.

Assuming it was a faulty install, I deleted the application, and reinstalled it four times. Those included:

  1. Twice from the original working application on my testing remote server.
  2. From the latest version of Evolution on ModX's website
  3. From another working site I maintain that was also created in ModX.

Assuming it was a javascript conflict, I went into my QM, and removed jQuery from the backend, and then eventually removed jQuery all together unsure if it was still being placed in there. I can not view the source of the backend because it is entirely composed out of iFrames.

The document.mutate.save files come from a folder located in: /manager/actions/

This folder is set to 777 as well as all the surrounding golders and the parent manager folder as well.

Anyone have any idea as to why this error is being called, and how to fix it?

I'm a rails guy, but this seems like a simple method not being defined in the controller problem. Unfortunately, I'm not too conscious of PHP's MVC architecture otherwise, I would fix this manually.

Thanks!

1

There are 1 answers

0
choppingblock On BEST ANSWER

Old thread, I know... but I have a possible solution which worked for me. After a lot of fiddling around, I finally found that I had activated the editor in the configurations, but had uninstalled the TinyMCE Plugin. After deactivating the editor, the error disappeared.