Product:
Search Type:

During saving a test in the editor I got the following message: "The text contains too many symbols. It is impossible to save the text. Please remove part of the text". I need to add more text. How can I avoid such messages?

Article ID: 993 
Last Review: May,16 2006
APPLIES TO:
  • Sitebuilder 2.x for Linux/Unix

RESOLUTION


Number of symbols per page is limited to 40000. This limit exists because 
browsers can't process too many symbols and when you try to save the text the browser
may fail. That's why this limitation persists. You can try to increase this value
manually, BUT there may appear some problems with the browser. Here is the place in
file /usr/local/sitebuilder/htdocs/js/edit.js where this value can be changed:

.......
if(sb_content.value.length>40000){
alert(LOCALE_NO_SAVE);
return false;
.......


Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields