Answer the question
In order to leave comments, you need to log in
How to fix error in modx admin?
Here is the problem:
In Modx, when creating a new material, the save block is not removed, an error occurs in the console
at doDecode (ext-all.js:21)
at Object.decode (ext-all.js:21)
at Ext.form.Action.Submit.handleResponse (modx.jsgrps-min.js:1)
at Ext.form. Action.Submit.processResponse (ext-all.js:21)
at Ext.form.Action.Submit.success (ext-all.js:21)
at o (ext-all.js:21)
at Ext.data.Connection .s (ext-all.js:21)
at HTMLIFrameElement.I (ext-all.js:21)
Answer the question
In order to leave comments, you need to log in
Try this solution: https://modx.ru/vopros-answer/info/1990/#7601
Maybe it will help someone, I fixed it like this:
In the console, when saving a large resource, it also hung in endless loading. There were ext-all.js errors to the browser console. In the domain log - the server section (web, where the sites are) saw the error "HTTP request length 135006 (so far) exceeds MaxRequestLen (131072), referer: https://*******/***** *panel/index.php?a=resource/u... ".
It turned out to fix it this way:
In vestacp, go to the server tab, server configuration and specify MaxRequestLen 10485760 in IfModule.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question