Template won't save over a certain amount of content added
Hi all.
Details:
Umbraco v6.0.5 (Assembly version: 1.0.4869.23219)
Problem:
I am adding a terms and conditions template that has a lot of tabular data - 3500 lines aproximately (I know). Everything has been fine up until I reach 2663 lines of code. Then I recieve the error below:
"Template not saved
Please make sure that you do not have 2 templates with the same alias"
This makes no sense to me at all. I recieved some advice from @timgeyssens on twitter saying to try upping the requests limit in the web.config file. I upped this from 10 to 50 with no change.
Template won't save over a certain amount of content added
Hi all.
Details:
Umbraco v6.0.5 (Assembly version: 1.0.4869.23219)
Problem:
I am adding a terms and conditions template that has a lot of tabular data - 3500 lines aproximately (I know). Everything has been fine up until I reach 2663 lines of code. Then I recieve the error below:
"Template not saved
Please make sure that you do not have 2 templates with the same alias"
This makes no sense to me at all. I recieved some advice from @timgeyssens on twitter saying to try upping the requests limit in the web.config file. I upped this from 10 to 50 with no change.
Please assist,
Andrew
Comment author was deleted
any js errors when you use something like firebug or chrome dev tools you can spot?
Also do you have 2 templates with same alias?
Thanks for the prompt response.
No JS errors and no 2 templates with same alias - as said, saved fine up untill a point of adding more data (plain table)
Comment author was deleted
What did you up in the web.config think it needs to be the maxJsonLength http://geekswithblogs.net/frankw/archive/2008/08/05/how-to-configure-maxjsonlength-in-asp.net-ajax-applications.aspx
You sir, are a champoin! That did the trick!
Thanks so much!
Comment author was deleted
Great glad it's solved :)
is working on a reply...