<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Snapin Log showing warning]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have a bug when I try to show the snapin log.<br />
I can choose the snapin I want to show or the hostname, but when I click on search button. My page is filled with warning :</p>
<p dir="auto"><img src="/assets/uploads/files/1780044152435-07e49d6c-f442-496c-ae1c-4860b6765505-capture-d-%C3%A9cran-du-2026-05-29-10-41-17.png" alt="07e49d6c-f442-496c-ae1c-4860b6765505-Capture d’écran du 2026-05-29 10-41-17.png" class=" img-fluid img-markdown" /> /home/rservent/Images/Captures d’écran/Capture d’écran du 2026-05-29 10-41-17.png</p>
<p dir="auto"><img src="/assets/uploads/files/1780044163323-5e947a2f-faf1-4ea4-88ec-b3661b0932df-capture-d-%C3%A9cran-du-2026-05-29-10-41-41.png" alt="5e947a2f-faf1-4ea4-88ec-b3661b0932df-Capture d’écran du 2026-05-29 10-41-41.png" class=" img-fluid img-markdown" /> /home/rservent/Images/Captures d’écran/Capture d’écran du 2026-05-29 10-41-41.png</p>
<p dir="auto">I can see my array after all this warnings so it is not a huge bug. It is just a bit annoying.</p>
<p dir="auto">I just update fog to the latest patch : 1.5.10.1826<br />
Server Debian 13 full updated to latest stable release.</p>
<p dir="auto">Thank you.</p>
]]></description><link>http://forums.fogproject.org/topic/18172/snapin-log-showing-warning</link><generator>RSS for Node</generator><lastBuildDate>Fri, 29 May 2026 14:44:22 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/18172.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 May 2026 08:43:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Snapin Log showing warning on Fri, 29 May 2026 11:47:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/44035">@Chandlerbing</a> Can you do a look for all files that contain:</p>
<pre><code>grep -r 'display_errors' /etc | grep -v '#'
</code></pre>
<p dir="auto">This should only display things where display_errors is defined directly.</p>
<p dir="auto">I suspect there’s one that is doing this for you natively.</p>
]]></description><link>http://forums.fogproject.org/post/158140</link><guid isPermaLink="true">http://forums.fogproject.org/post/158140</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 29 May 2026 11:47:41 GMT</pubDate></item><item><title><![CDATA[Reply to Snapin Log showing warning on Fri, 29 May 2026 11:38:18 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/7217">@Tom-Elliott</a></p>
<p dir="auto">This is weird I had the “display_errors = On” in /etc/php/8.4/fpm/php.ini.<br />
I set it to off. I restart php-fpm and apache2 and I still got the warnings.</p>
<p dir="auto">I restart the server and the warning still there.</p>
<p dir="auto">I have Debian 13 with apache2 installed.</p>
<p dir="auto">I looked for every php.ini I can find and none of them have display_errors = On. They all have display_errors = Off</p>
]]></description><link>http://forums.fogproject.org/post/158139</link><guid isPermaLink="true">http://forums.fogproject.org/post/158139</guid><dc:creator><![CDATA[Chandlerbing]]></dc:creator><pubDate>Fri, 29 May 2026 11:38:18 GMT</pubDate></item><item><title><![CDATA[Reply to Snapin Log showing warning on Fri, 29 May 2026 10:51:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/44035">@Chandlerbing</a></p>
<p dir="auto">This appears like you have your php file setup to output errors to the display.</p>
<p dir="auto">If you look at your /etc/php.ini (I don’t know os you’re running so you may have to find this file in your /etc folder (<code>find /etc -type f -name php.ini</code>)</p>
<p dir="auto">Look in this file for <code>display_errors = On</code></p>
<p dir="auto">You should look for one where it doesn’t look similar to <code># display_errors = On</code></p>
<p dir="auto">if you don’t find one that isn’t already commented (that’s what the # means) then by default display_errors is on so in that stanza after the comments create a new line that is:</p>
<pre><code>display_errors = Off
</code></pre>
<p dir="auto">Once done, save the file and restart php-fpm and I like to restart html just in case:</p>
<pre><code>sudo systemctl restart php-fpm httpd # for redhat based OS's
</code></pre>
<pre><code>sudo systemctl restart php-fpm apache2 # for debian based OS's
</code></pre>
]]></description><link>http://forums.fogproject.org/post/158138</link><guid isPermaLink="true">http://forums.fogproject.org/post/158138</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 29 May 2026 10:51:48 GMT</pubDate></item></channel></rss>