<div dir="ltr">It seems to be a warning message according to E_DEPRECATED or E_STRICT<div><br></div><div>The index.php in pnp4nagios/kohana sets error_reporting manually (overriding the setting in /etc/php5/apache/php.ini?)</div>
<div><br></div><div>I was able to make the graphs show correctly by commenting out line 90 of /usr/share/pnp4nagios/html/index.php:</div><div><br></div><div><div><font face="courier new, monospace">/**</font></div><div><font face="courier new, monospace"> * Set the error reporting level. Unless you have a special need, E_ALL is a</font></div>
<div><font face="courier new, monospace"> * good level for error reporting.</font></div><div><font face="courier new, monospace"> */</font></div><div><font face="courier new, monospace">//error_reporting(E_ALL & ~E_STRICT);</font></div>
</div><div><br></div><div>This is obviously no real kind of solution but it solved the issue for me.  Also worked to change error_reporting here to add ~E_DEPRECATED as in the defaults in php.ini:</div><div><br></div><div>
<div>error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);</div></div><div><br></div><div>There must be some fix needed upstream in pnp4nagios for php 5.4 warnings (we are on 5.6 now but this change seems to have been added to E_STRICT in 5.4... maybe it was moved to E_DEPRECATED in 5.6)</div>
<div><br></div><div>Hope this helps</div><div>Kingdon</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jun 29, 2014 at 12:40 PM, Kingdon Barrett <span dir="ltr"><<a href="mailto:kingdon@tuesdaystudios.com" target="_blank">kingdon@tuesdaystudios.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Your report shows two different versions, I don't see any 0.6.22 in unstable,<div><br></div><div>Nonetheless I am able to reproduce your report with 0.6.16-2 on x86 / debian sid</div>
<div><br></div><div>
After installing check_mk, pnp4nagios, nagios3, etc... configuring to get past all the FAQ error messages and setting up npcdmod in nagios.cfg, I too get:</div><div><br></div><div><h3 style="border-bottom-width:1px;border-bottom-style:solid;clear:left;margin:0px 0px 1em;padding:0.5em 0px 0px;color:rgb(205,10,10);font-family:Verdana,Arial,sans-serif">

Please check the documentation for information about the following error.</h3><p style="color:rgb(205,10,10);font-family:Verdana,Arial,sans-serif;font-size:12px">Non-static method nagios_Core::SummaryLink() should not be called statically, assuming $this from incompatible context</p>

<h3 style="border-bottom-width:1px;border-bottom-style:solid;clear:left;margin:0px 0px 1em;padding:0.5em 0px 0px;color:rgb(205,10,10);font-family:Verdana,Arial,sans-serif">file [line]:</h3><p style="color:rgb(205,10,10);font-family:Verdana,Arial,sans-serif;font-size:12px">

<tt>application/views/graph_content.php <strong>[47]:</strong></tt></p></div><div><br></div><div>What previous version did it work for you on?  0.6.16-2 was released back in 2011 and is even present in stable, Wheezy.</div>

<div><br></div><div>In this only related thread I could find: <a href="https://sourceforge.net/p/pnp4nagios/mailman/pnp4nagios-users/?viewmonth=201308" target="_blank">https://sourceforge.net/p/pnp4nagios/mailman/pnp4nagios-users/?viewmonth=201308</a></div>

<div><br></div><div>Wolfgang the maintainer seems to be suggesting there is something wrong with the apache config but not sure what.  I am mystified and this 10-month old thread also didn't seem to have any resolution.<span class="HOEnZb"><font color="#888888"><br clear="all">

<div><br></div>-- <br>Kingdon Barrett <<a href="mailto:kingdon@tuesdaystudios.com" target="_blank">kingdon@tuesdaystudios.com</a>><br>Attention Lens: <a href="http://del.icio.us/yebyen" target="_blank">http://del.icio.us/yebyen</a>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Kingdon Barrett <<a href="mailto:kingdon@tuesdaystudios.com" target="_blank">kingdon@tuesdaystudios.com</a>><br>Attention Lens: <a href="http://del.icio.us/yebyen" target="_blank">http://del.icio.us/yebyen</a>
</div>