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!
[SOLVED] Too much data in a content page?
[SOLVED] Too much data in a content page?
Last edited by Pera on Fri Feb 22, 2008 1:36 pm, edited 1 time in total.
Re: Too much data in a content page?
There is a MYSQL type field limit.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?
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?
Thank you Alby! Now it works fine!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