Login  Register

BUG: NAML Editor can silently fail to save changes

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

BUG: NAML Editor can silently fail to save changes

DavidJCobb
This post was updated on Mar 13, 2013; 9:10pm.
If you try to save a NAML file that is too large, then the NAML Editor will fail to save your changes, but will not display an error message. (Firebug's Net panel shows an Error 500, with the returned page stating that the file is too long.) The "Saving data... please wait" message stays there forever.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: BUG: NAML Editor can silently fail to save changes

Pedro
Do you have this file in your forum? I want to see how large is it.
My test forum.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: BUG: NAML Editor can silently fail to save changes

DavidJCobb
After repeated attempts at getting my latest edits to save, it seems that the error is actually triggered if the combined size of all NAML files on the app exceeds about 481KB (so that the data, when put in a POST request, exceeds 500KB). I deleted some experimental macros to get back under the limit, but this is definitely something I'll need to be careful with.