Note that there are some explanatory texts on larger screens.

plurals
  1. POStrange PHP output corruption
    primarykey
    data
    text
    <p>I'm having a very strange output corruption on one of my PHP sites. Sometimes, a piece of HTML code is displayed, rather than the tags being interpreted. It looks like some characters are missing, messing up the tags. See the example below: the second line should just be a link to <strong>c1</strong>, but due to some reason part of the target URL is shown.</p> <p><a href="http://trappist.elis.ugent.be/~wheirman/atuin/tmp/phpstrangeness.png" rel="nofollow noreferrer">alt text http://trappist.elis.ugent.be/~wheirman/atuin/tmp/phpstrangeness.png</a></p> <p>The problem is temporary, a refresh usually solves it. This can happen on different parts of the page (although often in the same location). Only Safari seems affected (but I'm suspecting Firefox just masks the problem due to more tolerant parsing). It happens on both my development server as the live one, they both have slightly different settings (output buffering, chunked transfer), although the probability of it happening seems to vary.</p> <p>Anyone ever seen something like this??</p> <p><strong>EDIT</strong></p> <p>When I "View Source" in Safari on this page, I get the following HTML:</p> <pre><code>&lt;tr class="odd"&gt; &lt;td&gt;73&lt;/td&gt; &lt;td&gt;&lt;a href="companies.php?view=1&amp;amp;companyid=73&amp;amp;return=%2Foffice%2Fcompanies.php"&gt;c1&lt;/a&gt;&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;td&gt;&lt;img src='/images/dot_blue.png' class="altTooltip" alt="inactive: no account" /&gt; &lt;/td&gt; </code></pre> <p>I can't see anything wrong with this, so either Safari has reloaded the page when I asked it for the source, or I'm not looking hard enough...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload