Guest User

Drupal 6 Views and PHP 5.4

a guest
Feb 12th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. ERRORS ON PATCHING VIEWS MODULE AS AT https://drupal.org/node/1543434
  2.  
  3. strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options() in /home/culture/public_html/drupal/sites/all/modules/views/plugins/views_plugin_style_default.inc on line 24.
  4. strict warning: Declaration of views_handler_argument::init() should be compatible with views_handler::init(&$view, $options) in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_argument.inc on line 744.
  5. strict warning: Declaration of views_handler_filter_node_status::operator_form() should be compatible with views_handler_filter::operator_form(&$form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/modules/node/views_handler_filter_node_status.inc on line 13.
  6. strict warning: Declaration of views_handler_field_user::init() should be compatible with views_handler_field::init(&$view, $options) in /home/culture/public_html/drupal/sites/all/modules/views/modules/user/views_handler_field_user.inc on line 47.
  7. strict warning: Declaration of views_handler_field_node_new_comments::pre_render() should be compatible with views_handler_field::pre_render($values) in /home/culture/public_html/drupal/sites/all/modules/views/modules/comment/views_handler_field_node_new_comments.inc on line 100.
  8. strict warning: Non-static method views_many_to_one_helper::option_definition() should not be called statically, assuming $this from incompatible context in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_argument_many_to_one.inc on line 35.
  9. strict warning: Non-static method views_many_to_one_helper::option_definition() should not be called statically, assuming $this from incompatible context in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_argument_many_to_one.inc on line 35.
  10.  
  11.  
  12.  
  13. ERRORS ON USING ORIGINAL VIEWS MODULE WITH PHP 5.4
  14. strict warning: Non-static method view::load() should not be called statically in /home/culture/public_html/drupal/sites/all/modules/views/views.module on line 906.
  15. strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_filter.inc on line 607.
  16. strict warning: Declaration of views_handler_filter::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_filter.inc on line 607.
  17. strict warning: Declaration of views_handler_filter_boolean_operator::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 159.
  18. strict warning: Declaration of views_handler_filter_term_node_tid::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/modules/taxonomy/views_handler_filter_term_node_tid.inc on line 302.
  19. strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options() in /home/culture/public_html/drupal/sites/all/modules/views/plugins/views_plugin_style_default.inc on line 24.
  20. strict warning: Declaration of views_plugin_row::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/plugins/views_plugin_row.inc on line 134.
  21. strict warning: Declaration of views_plugin_row::options_submit() should be compatible with views_plugin::options_submit(&$form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/plugins/views_plugin_row.inc on line 134.
  22. strict warning: Non-static method view::load() should not be called statically in /home/culture/public_html/drupal/sites/all/modules/views/views.module on line 906.
  23. strict warning: Declaration of views_handler_argument::init() should be compatible with views_handler::init(&$view, $options) in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_argument.inc on line 744.
  24. strict warning: Declaration of views_handler_filter_node_status::operator_form() should be compatible with views_handler_filter::operator_form(&$form, &$form_state) in /home/culture/public_html/drupal/sites/all/modules/views/modules/node/views_handler_filter_node_status.inc on line 13.
  25. strict warning: Non-static method view::load() should not be called statically in /home/culture/public_html/drupal/sites/all/modules/views/views.module on line 906.
  26. strict warning: Non-static method view::load() should not be called statically in /home/culture/public_html/drupal/sites/all/modules/views/views.module on line 906.
  27. strict warning: Non-static method view::load() should not be called statically in /home/culture/public_html/drupal/sites/all/modules/views/views.module on line 906.
  28. strict warning: Non-static method view::load() should not be called statically in /home/culture/public_html/drupal/sites/all/modules/views/views.module on line 906.
  29. strict warning: Declaration of views_handler_field_user::init() should be compatible with views_handler_field::init(&$view, $options) in /home/culture/public_html/drupal/sites/all/modules/views/modules/user/views_handler_field_user.inc on line 47.
  30. strict warning: Declaration of views_handler_field_node_new_comments::pre_render() should be compatible with views_handler_field::pre_render($values) in /home/culture/public_html/drupal/sites/all/modules/views/modules/comment/views_handler_field_node_new_comments.inc on line 100.
  31. strict warning: Non-static method views_many_to_one_helper::option_definition() should not be called statically, assuming $this from incompatible context in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_argument_many_to_one.inc on line 35.
  32. strict warning: Non-static method views_many_to_one_helper::option_definition() should not be called statically, assuming $this from incompatible context in /home/culture/public_html/drupal/sites/all/modules/views/handlers/views_handler_argument_many_to_one.inc on line 35.
Advertisement
Add Comment
Please, Sign In to add comment