SeToY
Well-known member
The server responded with an error. The error message is in the JavaScript console. when sorting smileys
Hello there,
after I've implemented new smileys (around 300 now), and I want to sort them using the drag & drop mechanism in the Admin CP, a red error popup gets visible that reads:
"The server responded with an error. The error message is in the JavaScript console."
Now when looking at the JS console, all I see is an HTML version of the Admin CP page.
I believe a reason could be that the query string used to update the display-order is getting too huge with that many smileys. Perhaps a paged (or run-deferred) solution would be required.
What am I missing? Thanks!
Cheers
Hello there,
after I've implemented new smileys (around 300 now), and I want to sort them using the drag & drop mechanism in the Admin CP, a red error popup gets visible that reads:
"The server responded with an error. The error message is in the JavaScript console."
Now when looking at the JS console, all I see is an HTML version of the Admin CP page.
I believe a reason could be that the query string used to update the display-order is getting too huge with that many smileys. Perhaps a paged (or run-deferred) solution would be required.
What am I missing? Thanks!
Cheers