what is max page size (65 KB)?

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
OlafNoehring
Forum Members
Forum Members
Posts: 78
Joined: Mon Oct 23, 2006 4:43 pm

what is max page size (65 KB)?

Post 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
OlafNoehring
Forum Members
Forum Members
Posts: 78
Joined: Mon Oct 23, 2006 4:43 pm

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

Post 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
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

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

Post by Ted »

This has been changed in the schema for 2.0 already.
OlafNoehring
Forum Members
Forum Members
Posts: 78
Joined: Mon Oct 23, 2006 4:43 pm

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

Post by OlafNoehring »

Hi

thanks for the reply anyways.

Olaf
Post Reply

Return to “CMSMS Core”