I am having code appear on my site, no adjustment were made to site server etc
its appearing on every page completely out of the blue. The version of php the site is running is 5.6.28.
Below is code copied from site
__________________________________
Deprecated: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /home/creativ1/public_html/cdl/templates/gk_appsprotech/lib/framework/helper.layout.php on line 210
Deprecated: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in /home/creativ1/public_html/cdl/includes/application.php on line 539
Deprecated: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /home/creativ1/public_html/cdl/templates/gk_appsprotech/lib/framework/helper.layout.php on line 210
Deprecated: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in /home/creativ1/public_html/cdl/includes/application.php on line 539
Strict Standards: Non-static method JSite::getMenu() should not be called statically in /home/creativ1/public_html/cdl/components/com_xmap/router.php on line 96
Strict Standards: Non-static method JApplication::getMenu() should not be called statically in /home/creativ1/public_html/cdl/includes/application.php on line 539
Strict Standards: Only variables should be assigned by reference in /home/creativ1/public_html/cdl/components/com_xmap/router.php on line 96
Strict Standards: Only variables should be assigned by reference in /home/creativ1/public_html/cdl/components/com_xmap/router.php on line 102
_________________________________________________
It seems to be the same code on every article, the contacts page is showing the Deprecated: Non-static method JApplication::getMenu() code, the strict standards is not appearing on contacts page.
I have already turn off the error reporting in global config and I have disabled the display_errors and strict standards. Any help would be greatly appreciated.
Kind Regards,
syn_synergy