Page 1 of 1

text limit on pages?

Posted: Wed Aug 12, 2009 9:06 am
by Bashar
Hello,
i have a page which have lots of text on a page which is fully viewable fully from admin but not on frontend

is it template related or something related to version of CMSMS ?

Thanks

Re: text limit on pages?

Posted: Wed Aug 12, 2009 10:18 am
by davids355
I have also noticed before that there seems to be a finite text limit on pages... Can anyone confirm?

Re: text limit on pages?

Posted: Wed Aug 12, 2009 10:38 am
by Sonya
This is database restriction. You can try to execute:

Code: Select all

ALTER TABLE `cms_content_props` CHANGE `content` `content` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL 
with PHPMyAdmin.

Apart of technial restriction, please be aware, the large textes are NOT user friendly. I would not read a page with more than 2000 characters.