Page 1 of 1

[SOLVED] Too much data in a content page?

Posted: Fri Feb 22, 2008 11:12 am
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!

Re: Too much data in a content page?

Posted: Fri Feb 22, 2008 12:42 pm
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

Re: Too much data in a content page?

Posted: Fri Feb 22, 2008 1:36 pm
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!