Editor / server-side / Allowed memory size of n bytes exhausted - Solved
Editor / server-side / Allowed memory size of n bytes exhausted - Solved
I just ran into this for the first time. It turned that I had Editor expecting to process "$_POST", but my DataTables initialisation only had an ajax url when it also needed ajax type:"POST".
There may be other explanations in other circumstances, but that fixed it for me.
This discussion has been closed.