everything in admin relying on submitting form seems to be broken

Permalink
I'm using c5 5.6.3.4.

When I am in the file manager and I upload a file I get the Upload Complete modal and click Continue. The modal goes away and the spinner pops up and then nothing else happens. The spinner never goes away. Also, when deleting a file I get the modal that says "Do you really want to delete this file?" and I click delete. The modal goes away and the spinner comes up and then nothing else happens.

Debugging this with minified js has been a bitch but it appears that the problem occurs when processing the search_results response. It appears that the jquery ajax option dataType is set to json but the search_results response contains html, not json, so I get get a syntax error since the response cannot be parsed as json. This error is caught so there are no errors in my dev tools console.

The same thing happens when searching for users.

How do I get past this?

 
sparkymeister replied on at Permalink Reply
Nevermind. I figured it out.
mesuva replied on at Permalink Reply
mesuva
That's great - can you share what the issue was?
(others might come across the same problem)