Re: [pmwiki-users] Page with many lines goes blank

2021-10-13 Thread Petko Yotov
On 13/10/2021 09:43, Johan Bengtsson wrote: On Tue, 12 Oct 2021, Petko Yotov wrote: @ini_set('pcre.backtrack_limit', 1000); # 10 Million This helped, it is working now! So it hits some kind of limit in PHP? Yes. This is a PHP limit on how far to look forward, and loop back, when

Re: [pmwiki-users] Page with many lines goes blank

2021-10-13 Thread Johan Bengtsson
On Tue, 12 Oct 2021, Petko Yotov wrote: Any clue to why this is happening? Is this a preformatted text, it looks like there is a space before the date? Yes, it is preformatted. I wouldn't suspect this to be related on the skin, but can you temporarily change the skin on this page and

Re: [pmwiki-users] Page with many lines goes blank

2021-10-12 Thread Petko Yotov
On 12/10/2021 16:26, Johan Bengtsson wrote: We have a strange little problem with a large page in one of our wikis. The page in question is 3000+ lines of code long. When adding one more line and saving it results in a blank page. Removing the line restores the page, it seems the wiki-code is

[pmwiki-users] Page with many lines goes blank

2021-10-12 Thread Johan Bengtsson
Hi, We have a strange little problem with a large page in one of our wikis. The page in question is 3000+ lines of code long. When adding one more line and saving it results in a blank page. Removing the line restores the page, it seems the wiki-code is OK, it is just some of the html that is