strict warning: Non-static method view – Drupal warning messages – Drupal / PHP 5.4
As E_STRICT is now the part of E_ALL from PHP 5.4 ( Reference http://us.php.net/ChangeLog-5.php#5.4.0 ), this warning can pop-up on most systems with Drupal + PHP 5.4 because usually E_ALL is set as the default errorRead More…