I have an issue that is similar to the one on http://drupal.org/node/1650420, but the error happens at the search step, not after editing content.
The weird thing is that I was able to do a couple of searches successfully in Firefox. Then when I asked my client to try it (she uses IE); it didn't work for her, it doesn't work for another member of my Team; now it won't for me in either Firefox or IE.
We have had no previous AJAX errors. Disabling Administration Views took everything back to normal.
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /?q=views/ajax&render=overlay
StatusText: OK
ResponseText: @import
url(" http://domainname.com/modules/system/system.base.css?mlv8z2 ");
I will try some of the fixes mentioned in the other thread and post the results here.
Comments
Comment #1
mrgoodcheese commentedIs there any update on a fix for this? I'm having the same issue.
Comment #2
mrgoodcheese commentedI'll answer my own question of #1, as I found the fix and hopefully it helps someone else.
Through the power of google and this long thread https://drupal.org/node/1376686 I tried two fixes, which strangely was required as one fix removed the error on our Beta server, and the other fix removed the error on our Production server.
Using the JQuery Update module to update to version 1.7 fixed the issue on one server.
Enabling clean URLs fixed the issue on the other server.
Comment #3
damienmckennaThanks for letting us know about the fix.