Page 1 of 1

content in page truncated after updating

Posted: Mon Jul 20, 2009 3:59 pm
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

Re: content in page truncated after updating

Posted: Mon Jul 20, 2009 5:00 pm
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.

Re: content in page truncated after updating

Posted: Mon Jul 20, 2009 7:06 pm
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

Re: content in page truncated after updating

Posted: Mon Jul 20, 2009 7:38 pm
by Jeff
If you have that many lines of code you probably ran out of space for the MySQL datatype.

Re: content in page truncated after updating

Posted: Mon Jul 20, 2009 7:57 pm
by Dr.CSS
Search for longtext in forum...