Loading...
 
Features / Usability

Features / Usability


Page size limitation?

posts: 3665 United States

Is there a wiki page size limitation? I've got a page ~50K or so, and I keep getting "FATAL ERRORS" when I try to edit it.

Tx

-Rick

posts: 68
I can't have pages bigger than about 60 Kb, is there a maximum limit on the size of wiki pages you can get?
posts: 3665 United States

> I can't have pages bigger than about 60 Kb, is there a maximum limit on the size of wiki pages you can get?

Yup, that's where I am, too: 60K. Does anyone know how to overcome this? After all, 60K isn't much....


posts: 68

hi Rick,

thanks for the reference...but it also says that doing that adds only one byte.

did you try it, does it work now? how much Kb can you add now to your pages?

Sooraj.

posts: 3665 United States

> hi Rick,
>
> thanks for the reference...but it also says that doing that adds only one byte.
>
> did you try it, does it work now? how much Kb can you add now to your pages?
>
> Sooraj.

The "1 byte" reference is for the DB structure (I believe). I changed it to LONGTEXT which, I think, is a 16MB limit.

So far I haven't seen any problems.

-((UserPagericks99|Rick)


posts: 1092
The default sql type for a page data is "text" ( 65535 chars). It is the default limit. Perhaps you can try to change it with phpmyadmin (easy to do) to longtext (4,294,967,295 chars)