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
content in page truncated after updating
-
- Forum Members
- Posts: 10
- Joined: Tue Mar 31, 2009 3:33 pm
Re: content in page truncated after updating
How much stuff do you have before this code? It is hard to help when you show only a very small snippet of code.
-
- Forum Members
- Posts: 10
- Joined: Tue Mar 31, 2009 3:33 pm
Re: content in page truncated after updating
I have approximately 1263 lines of HTML code before the truncated part.
Could this be a limit of the table, in MySQL?
Jim
Could this be a limit of the table, in MySQL?
Jim
Re: content in page truncated after updating
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
Search for longtext in forum...