Hello,
newbie question here: it started recently that I have been getting the error messages below on a Drupal 6 website. All modules and Drupal itself are up-to-date. Actually, I **think** that this started with the latest Drupal update (6.34). Does anyone have any ideas?
Thanks! Andre
strict warning: Non-static method view::load() should not be called statically in .../sites/all/modules/views/views.module on line 1118. strict warning: Declaration of views_handler_join_nodehierarchy_ancestor::construct() should be compatible with views_join::construct($table = NULL, $left_table = NULL, $left_field = NULL, $field = NULL, $extra = Array, $type = 'LEFT') in .../sites/all/modules/nodehierarchy/includes/views/nodehierarchy.views.inc on line 146. strict warning: Declaration of views_handlehomer_field::query() should be compatible with views_handler::query($group_by = false) in .../sites/all/modules/views/handlers/views_handler_field.inc on line 1148. strict warning: Declaration of views_handler_sort::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in .../sites/all/modules/views/handlers/views_handler_sort.inc on line 165. strict warning: Declaration of views_handler_sort::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in .../sites/all/modules/views/handlers/views_handler_sort.inc on line 165. strict warning: Declaration of views_handler_sort::query() should be compatible with views_handler::query($group_by = false) in .../sites/all/modules/views/handlers/views_handler_sort.inc on line 165. strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in .../sites/all/modules/views/handlers/views_handler_filter.inc on line 599. strict warning: Declaration of views_handler_filter::query() should be compatible with views_handler::query($group_by = false) in .../sites/all/modules/views/handlers/views_handler_filter.inc on line 599. strict warning: Declaration of views_plugin_query::options_submit() should be compatible with views_plugin::options_submit($form, &$form_state) in .../sites/all/modules/views/plugins/views_plugin_query.inc on line 181. strict warning: Declaration of views_plugin_row::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in .../sites/all/modules/views/plugins/views_plugin_row.inc on line 136.