You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you may already know, WordPress 4.3 sets PHP environment variables so it generates more warnings by default, in order to both deprecate older-style PHP constructs.
On a typical page load, I get the following:
[03-Sep-2015 18:26:49 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /srv/www/daily-caller/htdocs/wp-content/plugins/wp-o-matic/wpomatic.php on line 2004
[03-Sep-2015 18:26:49 UTC] PHP Strict Standards: Non-static method WPOTools::pick() should not be called statically, assuming $this from incompatible context in /srv/www/daily-caller/htdocs/wp-content/plugins/wp-o-matic/wpomatic.php on line 308
[03-Sep-2015 18:26:50 UTC] PHP Strict Standards: Non-static method WPOTools::getQueryArgs() should not be called statically, assuming $this from incompatible context in /srv/www/daily-caller/htdocs/wp-content/plugins/wp-o-matic/wpomatic.php on line 878
[03-Sep-2015 18:26:50 UTC] PHP Strict Standards: Non-static method WPOTools::getOptions() should not be called statically, assuming $this from incompatible context in /srv/www/daily-caller/htdocs/wp-content/plugins/wp-o-matic/inc/tools.class.php on line 98
[03-Sep-2015 18:26:50 UTC] PHP Notice: Undefined property: WPOMatic::$admin in /srv/www/daily-caller/htdocs/wp-content/plugins/wp-o-matic/wpomatic.php on line 319
The text was updated successfully, but these errors were encountered:
As you may already know, WordPress 4.3 sets PHP environment variables so it generates more warnings by default, in order to both deprecate older-style PHP constructs.
On a typical page load, I get the following:
The text was updated successfully, but these errors were encountered: