I noticed bunch of such warnings in the error.log:
[Wed Nov 11 05:08:01 2015] [warn] [client 55.30.128.181] mod_fcgid: stderr: PHP Strict Standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in /var/www/web/libraries/cms/application/site.php on line 272
Would be nice to fix the code to avoid such warnings...
Joomla 3.4.8
PHP 5.4.45
Apache + cgi-fcgi
It's not a bug, but would be nice to keep the code clean.
Normally you should see it one line before the posted message in error_log.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-19 18:14:23 |
Closed_By | ⇒ | brianteeman |
I am closing this at this time as it appears to be an extension/template issue and not a joomla core issue. It can always be reopened if found to be otherwise
I only see these messages in combination with messages from buggy 3rd party extensions using soemthing like:
instead of
The extensions should be fixed, not Joomla I think