<html><head></head><body><div class="ydp31264dfbyahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div></div>
        <div dir="ltr" data-setdir="false">Petko, Team,<br><br>Thank you for the quick response.  I am working through all the options you presented.<br><br>Also, the troubleshooting page is really good.  I just never needed it before using PMwiki for many years. Shows how solid its been.<br><br>The Troubleshooting item below seemed to have my name on it but in initially creating a new page the issue still exists:<br><br><blockquote><span>Very long pages with thousands of lines may appear blank after adding a 
few additional lines. This may be preformatted text, table, or text 
inside conditional markup, or text in a custom markup directive.</span><br><span><span><b><span><span class="ydp87f3232ehlt ydp87f3232ephp"><code class="ydp87f3232eescaped ydp87f3232ehlt ydp87f3232ephp ydp87f3232ehljs ydp87f3232elanguage-php" data-highlighted="yes" title="php">@<span class="ydp87f3232ehljs-title ydp87f3232efunction_ ydp87f3232einvoke__">ini_set</span>(<span class="ydp87f3232ehljs-string">'pcre.backtrack_limit'</span>, <span class="ydp87f3232ehljs-number">10000000</span>);<br><br></code></span></span></b></span></span>Testing this further...</blockquote><br><br>I'll add that on some saves of pages with more data I sometimes get this (below) which would suggest it is in the PHP config:<span style="white-space: pre-wrap"><br><br></span><blockquote><span style="white-space: pre-wrap">PHP Notice:  Unknown: file created in the system's temporary directory in Unknown on line 0</span><div dir="ltr" data-setdir="false"><pre>PHP Warning:  Unknown: Unable to create temporary file, Check permissions in temporary files directory. in Unknown on line 0
PHP Warning:  Unknown: POST data can't be buffered; all data discarded in Unknown on line 0</pre></div></blockquote></div><div dir="ltr" data-setdir="false"><br>Thank you,<br><br>Michael</div><div><br></div>
        
        </div><div id="yahoo_quoted_1413378472" class="yahoo_quoted">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                        On Thursday, June 11, 2026 at 07:18:54 AM EDT, Petko Yotov <5ko@5ko.fr> wrote:
                    </div>
                    <div><br></div>
                    <div><br></div>
                
                
                <div><div dir="ltr">If this is a bug with the PmWiki core we'll fix it ASAP.<br></div><div dir="ltr"><br></div><div dir="ltr">I just saved a 350kb page on pmwiki.org and the same one on my laptop <br></div><div dir="ltr">wiki, both running the pre-release after version 2.6.0.<br></div><div dir="ltr"><br></div><div dir="ltr">What messages appear on the wiki or in the server's PHP error logs? A <br></div><div dir="ltr">500 error almost certainly contains some indication in the error logs.<br></div><div dir="ltr"><br></div><div dir="ltr">Do you see a blank 500 Internal Server Error page, or does the edit form <br></div><div dir="ltr">reappear unsaved, or does it redirect to the page that was not modified?<br></div><div dir="ltr"><br></div><div dir="ltr">If you press Preview, does the preview page work?<br></div><div dir="ltr"><br></div><div dir="ltr">Can you upload files larger than 14kb via the wiki?<br></div><div dir="ltr"><br></div><div dir="ltr">Do you have mod_security enabled, or something similar that may block <br></div><div dir="ltr">the request for specific security-related keywords in the posted text?<br></div><div dir="ltr"><br></div><div dir="ltr">Do you have enough disk space?<br></div><div dir="ltr"><br></div><div dir="ltr">Can you save smaller pages, subsequently?<br></div><div dir="ltr"><br></div><div dir="ltr">Can you create new pages that are larger? Can you delete pages? Can you <br></div><div dir="ltr">delete larger pages?<br></div><div dir="ltr"><br></div><div dir="ltr">Is the problem with the full disk file size <br></div><div dir="ltr">(pmwiki/wiki.d/Main.HomePage) or with the size of the wiki markup text <br></div><div dir="ltr">in the edit form?<br></div><div dir="ltr"><br></div><div dir="ltr">Do you use any custom page store class?<br></div><div dir="ltr"><br></div><div dir="ltr">Does this happen in one wikigroup, or in all wikigroups?<br></div><div dir="ltr"><br></div><div dir="ltr">Can you save a small page but not a large one in the same wikigroup? <br></div><div dir="ltr">Check directory/file permissions under wiki.d/.<br></div><div dir="ltr"><br></div><div dir="ltr">Do you have recipes that are only enabled on ?action=edit or that modify <br></div><div dir="ltr">$EditFunctions?<br></div><div dir="ltr"><br></div><div dir="ltr">Does this happen in an empty PmWiki installation? If so, the problem may <br></div><div dir="ltr">be with the server configuration, otherwise it is more likely with a <br></div><div dir="ltr">local PmWiki customization. See Troubleshooting on how to track what is <br></div><div dir="ltr">causing this.<br></div><div dir="ltr"><br></div><div dir="ltr">   <a href="https://pmwiki.org/Troubleshooting" target="_blank">https://pmwiki.org/Troubleshooting</a><br></div><div dir="ltr"><br></div><div dir="ltr">Petko<br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">On 11/06/2026 12:40, Michael Elliott wrote:<br></div><div dir="ltr">> Hello,<br></div><div dir="ltr">> <br></div><div dir="ltr">> I started having an issue where saving pages where the data size is<br></div><div dir="ltr">> larger than ~14.5 fail.  I have multiple PMwiki instances and it is<br></div><div dir="ltr">> happening on all of them.  Upgrading to the latest PMwiki version had<br></div><div dir="ltr">> no effect.  I also purge all page history and also tried recreating<br></div><div dir="ltr">> the page using a new name with no effect.<br></div><div dir="ltr">> <br></div><div dir="ltr">> I have been working intensely with my hosting company and they say<br></div><div dir="ltr">> there should be no issue (below).<br></div><div dir="ltr">> <br></div><div dir="ltr">> We checked the standard server-side request size limits. PHP is<br></div><div dir="ltr">> currently allowing POST requests up to 24 MB, and IIS request<br></div><div dir="ltr">> filtering is allowing up to approximately 28.6 MB. A 14 KB save is far<br></div><div dir="ltr">> below both of those limits, so this does not appear to be caused by<br></div><div dir="ltr">> the normal PHP POST size limit or IIS request-size limit.<br></div><div dir="ltr">> <br></div><div dir="ltr">> We are continuing to review this from the IIS/FastCGI side and will<br></div><div dir="ltr">> check for any related server-side errors or rules that may be<br></div><div dir="ltr">> triggering the 500 error during the PMWiki save request.<br></div><div dir="ltr">> <br></div><div dir="ltr">> What can you recommend?<br></div><div dir="ltr">> <br></div><div dir="ltr">> Thank you,<br></div><div dir="ltr">> <br></div><div dir="ltr">> Michael Elliott<br></div></div>
            </div>
        </div></body></html>