Been running a site for years without any issues. All of a sudden I am not able to save resources in Modx. It started to happen about two weeks ago. First thing I tried was an upgrade to 2.5 (was running 2.4) and got the same result.
Looking at the console when a resource is saved I see the following:
ext-all.js:21 POST http://www.domain.com/connectors/index.php 404 (Not Found)Ext.extend.doFormUpload @ ext-all.js:21Ext.extend.request @ ext-all.js:21Ext.extend.run @ ext-all.js:21(anonymous function) @ ext-base.js:21
index.php:13 The XSS Auditor refused to execute a script in 'http://www.domain.com/connectors/index.php' because its source code was found within the request. The auditor was enabled as the server sent neither an 'X-XSS-Protection' nor 'Content-Security-Policy' header.
VM650:3 Uncaught SyntaxError: Unexpected token <
taking a look at VM650:3 I see the following:
(
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
Now the weird part is when I clear the HTML out of all rich text fields within the resource and save it, it saves without a problem.
I tried uninstalling the tinymce extra and it still behaves the same way. Has anyone experiences something like this before? It's preventing me from making any changes to my site.