2016-06-27

HI all. My host recently updated my PHP to version 5.6.22 and I'm now seeing Deprecated errors for K2. I'm running K2 v7. These errors only appear on my K2 pages and not on any Joomla Articles or non-K2 pages.

Deprecated: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /home/[mysite]/plugins/system/k2multirate/K2Multirate/views/itemlist/view.html.php on line 468

Deprecated: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /home/[mysite]/plugins/system/k2multirate/K2Multirate/views/itemlist/view.html.php on line 563

I have my error reporting set to none but they still show up anyway. Is there a syntax update I can make to the K2multirate code to make it compatible? These warning aren't in their own css div or style that I can target to hide them.

Any ideas?

Show more