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
what is max page size (65 KB)?
-
OlafNoehring
- Forum Members

- Posts: 78
- Joined: Mon Oct 23, 2006 4:43 pm
-
OlafNoehring
- Forum Members

- Posts: 78
- Joined: Mon Oct 23, 2006 4:43 pm
Re: what is max page size (65 KB)?
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
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
Maybe this should be changed in general for cmsms.
Olaf
Re: what is max page size (65 KB)?
This has been changed in the schema for 2.0 already.
-
OlafNoehring
- Forum Members

- Posts: 78
- Joined: Mon Oct 23, 2006 4:43 pm
Re: what is max page size (65 KB)?
Hi
thanks for the reply anyways.
Olaf
thanks for the reply anyways.
Olaf
