Page 1 of 1

what is max page size (65 KB)?

Posted: Sun Mar 25, 2007 6:08 pm
by OlafNoehring
Hi

I am trying to add html in the "pages" -> "new page" text area (contents).
The html code is about 100 KB - but the page seems to save only about 65 KB is this only an error on my system or is this because of
a) a too small mysql database field
b) restrictions due to html (get/post)
c) something else: ....

??

Can anyone help me?
Any suggestions how to solve this?

cmsms: 1.0.4

Olaf

Re: what is max page size (65 KB)?

Posted: Sun Mar 25, 2007 6:35 pm
by OlafNoehring
Hi

well,
I found an interim solution:
I change the field type where the data is saved field
  content
in table
  cms_content_props
from
   text
to
   mediumtext
. This type holds 16 MB of data, the "text" only 65 KB.
It seems to work :-)  - well, but I cant list the records in phpmyadmin as it seemd :-(

Maybe this should be changed in general for cmsms.

Olaf

Re: what is max page size (65 KB)?

Posted: Sun Mar 25, 2007 11:19 pm
by Ted
This has been changed in the schema for 2.0 already.

Re: what is max page size (65 KB)?

Posted: Mon Mar 26, 2007 6:22 am
by OlafNoehring
Hi

thanks for the reply anyways.

Olaf