[SOLVED] Too much data in a content page?

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
Pera
Forum Members
Forum Members
Posts: 17
Joined: Sat Dec 02, 2006 10:51 am

[SOLVED] Too much data in a content page?

Post by Pera »

Hi

I faced a problem when I tried to paste a big table from MS Excel to the CMS (the table contains about 300 rows and 18 columns); after saving the content page the CMS system remove data from the end of the table and there are only 26-30 rows left.

Are there some kind of limits when it comes to the amount of data in one content page? Any ideas to solve this problem?

Thank you!
Last edited by Pera on Fri Feb 22, 2008 1:36 pm, edited 1 time in total.
alby

Re: Too much data in a content page?

Post by alby »

Pera wrote: I faced a problem when I tried to paste a big table from MS Excel to the CMS (the table contains about 300 rows and 18 columns); after saving the content page the CMS system remove data from the end of the table and there are only 26-30 rows left.

Are there some kind of limits when it comes to the amount of data in one content page? Any ideas to solve this problem?
There is a MYSQL type field limit.
Table content_props have a content field:
TEXT type (64K character limit)

Try to change to MEDIUMTEXT type

Alby
Pera
Forum Members
Forum Members
Posts: 17
Joined: Sat Dec 02, 2006 10:51 am

Re: Too much data in a content page?

Post by Pera »

There is a MYSQL type field limit.
Table content_props have a content field:
TEXT type (64K character limit)

Try to change to MEDIUMTEXT type
Thank you Alby! Now it works fine!
Post Reply

Return to “CMSMS Core”