Loading...
 
Skip to main content

Features / Usability


Maximum size for Wiki pages?

posts: 19 Germany

Hi y'all,

it seems I can't store Wiki pages larger than about 64KB.

Whatever I edit which is more than about 64KB is simply cut off (all edits are lost).

What is the reason for this? Is it my browser? My internet host? A Tiki CMS setting I haven't discovered yet? I'm running Tiki 1.9.7.

Any idea how I could extend that size, except of course splitting my text into more than one Wiki page?

Regards,
Christian

posts: 4666 Japan

The limitation is due to the type of column holding the page data in the tiki_pages table of the Tiki database. I haven't tried this, but I've read that to increase the maximum page size, the table has to be modified by changing the column type to one that can hold more data.

-- Gary