text limit on pages?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Bashar
New Member
New Member
Posts: 3
Joined: Tue Jan 13, 2009 8:10 pm

text limit on pages?

Post 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
davids355
Power Poster
Power Poster
Posts: 279
Joined: Fri Apr 04, 2008 10:08 am

Re: text limit on pages?

Post by davids355 »

I have also noticed before that there seems to be a finite text limit on pages... Can anyone confirm?
Sonya

Re: text limit on pages?

Post 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.
Post Reply

Return to “CMSMS Core”