Using the 2.2.1-pl release, installed fresh yesterday, I am having the same problem while trying to save documents. It doesn't happen on each document and there doesn't seem to be any rhyme or reason – that I've been able to determine yet.
I received the following three Javascript errors when I was stuck in the saving loop:
1. TypeError: 'null' is not an object (evaluating '/^[^?#]*\//.exec(location.href)[0]')
2. POST
http://www.mywebsite.com/connectors/resource/index.php 403 (Forbidden)
3. SyntaxError: Unexpected token '<'
The first seems to be specific to Safari in regards to the file it refers to. The second is directly referring to "/connectors/resource/index.php". The third refers to "/manager/assets/ext3/ext-all.js", presumably line 7.
I have noticed that at the times that it does save, I still receive a Javascript error, but only the first of those three.
I have nothing showing in the Error Log. It's completely blank. That is of no use. I am experiencing this in both Firefox 11.0 and Safari 5.1.5 on Mac OS X Lion 10.7.3. While digging on this issue, I found another person was seeing this only in Opera 11.61:
http://my.opera.com/community/forums/topic.dml?id=1287402. It refers to several Modx links.
Update:
It seems that I've been able to narrow this down to happening only when I try to add an inline CSS style. That I do not understand at all. I have done this on another Revolution install (2.2.0-pl2) and do not have this issue. That install is however on another server.
[ed. note: thomasgrant last edited this post 14 years, 5 months ago.]