Page 1 of 1

Text limit?

Posted: 01 Feb 2015, 04:14
by morgenius
Hi Karl!

Is there a limit on the amount of text? I want to publish an article in the blog. There was a problem. If the text is big enough the page is shown empty.

Re: Text limit?

Posted: 01 Feb 2015, 11:24
by mjau-mjau
You mean, when you save the page from the admin panel, it saves properly, but the website page is broken? ... and only if the TEXT is long enough? How long is it? On your /check/ page, I think it might be related to the max_input_vars limit, which might block posting data with more than 1000 characters ....

Re: Text limit?

Posted: 02 Feb 2015, 08:30
by morgenius
Yes, you're right! The problem was in max_input_vars = 1000 parameter.

Thank you!