content in page truncated after updating

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
cerebus180
Forum Members
Forum Members
Posts: 10
Joined: Tue Mar 31, 2009 3:33 pm

content in page truncated after updating

Post by cerebus180 »

Hello,

I'm using CMSMadeSimple 1.5.2 with default settings and modules. I have created a Page and the content in it seems to have attained a limit somehow: after adding additional HTML content and updating the page, the page always revert to the same line.

For example:

....
test1/tr>
test2/tr>
test3/tr>
test4/tr>
test5/tr>


After clicking on Update, the page display only the first two lines above, no matter how much I add.

Apache, PHP & MySQL logs doesn't show any errors.

Has anyone seen this strange behavior?

Jim
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: content in page truncated after updating

Post by Jeff »

How much stuff do you have before this code? It is hard to help when you show only a very small snippet of code.
cerebus180
Forum Members
Forum Members
Posts: 10
Joined: Tue Mar 31, 2009 3:33 pm

Re: content in page truncated after updating

Post by cerebus180 »

I have approximately 1263 lines of HTML code before the truncated part.

Could this be a limit of the table, in MySQL?

Jim
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: content in page truncated after updating

Post by Jeff »

If you have that many lines of code you probably ran out of space for the MySQL datatype.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: content in page truncated after updating

Post by Dr.CSS »

Search for longtext in forum...
Post Reply

Return to “CMSMS Core”