I downloaded RC2; the latest Drupal 6 version of Drupal-COD.

Selecting the "Drupal COD" installation profile, copying the default.settings.php to settings.php in /site/default/, then inputting my Postgres details enabled the site to be installed successfully.

On the last page of the installation—and now on subsequent pages—the following strict warnings appeared:

  • strict warning: Non-static method view::load_views() should not be called statically in /public_html/2012/profiles/cod/modules/contrib/views/views.module on line 864.
  • strict warning: Non-static method view::load() should not be called statically in /public_html/2012/profiles/cod/modules/contrib/views/views.module on line 906.
  • strict warning: Non-static method view::load() should not be called statically in /public_html/2012/profiles/cod/modules/contrib/views/views.module on line 906.
  • strict warning: Only variables should be passed by reference in /public_html/2012/profiles/cod/modules/contrib/uuid/uuid.views.inc on line 20.
  • strict warning: Only variables should be passed by reference in /public_html/2012/profiles/cod/modules/contrib/uuid/uuid.views.inc on line 20.
  • strict warning: Only variables should be passed by reference in /public_html/2012/profiles/cod/modules/contrib/uuid/uuid.views.inc on line 20.
  • strict warning: Only variables should be passed by reference in /public_html/2012/profiles/cod/modules/contrib/uuid/uuid.views.inc on line 20.
  • strict warning: Only variables should be passed by reference in /public_html/2012/profiles/cod/modules/contrib/uuid/uuid.views.inc on line 20.
  • strict warning: Only variables should be passed by reference in /public_html/2012/profiles/cod/modules/contrib/uuid/uuid.views.inc on line 20.
  • strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /public_html/2012/profiles/cod/modules/contrib/views/handlers/views_handler_filter.inc on line 607.
  • strict warning: Declaration of views_handler_filter::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in /public_html/2012/profiles/cod/modules/contrib/views/handlers/views_handler_filter.inc on line 607.
  • strict warning: Declaration of views_handler_filter_boolean_operator::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in /public_html/2012/profiles/cod/modules/contrib/views/handlers/views_handler_filter_boolean_operator.inc on line 159.
  • strict warning: Declaration of views_plugin_style_default::options() should be compatible with views_object::options() in /public_html/2012/profiles/cod/modules/contrib/views/plugins/views_plugin_style_default.inc on line 24.
  • strict warning: Declaration of views_plugin_row::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in /public_html/2012/profiles/cod/modules/contrib/views/plugins/views_plugin_row.inc on line 134.
  • strict warning: Declaration of views_plugin_row::options_submit() should be compatible with views_plugin::options_submit(&$form, &$form_state) in /public_html/2012/profiles/cod/modules/contrib/views/plugins/views_plugin_row.inc on line 134.

Please fix this ASAP.

Thanks,

Alec Taylor

Comments

greggles’s picture

Priority: Critical » Normal

These are notices, not errors. From my review they look to all be in other modules, such as #465332: Strict warning: non-static method view::load() should not be called statically and #1439016: Only variables should be passed by reference in uuid_views_data() (in uuid.views.inc).

I think this issue should probably be marked "works as designed" since
1) as far as I can tell, there's nothing in COD that needs to be fixed
2) as far as I can tell, there's nothing actually broken in terms of bugs or features that don't work - these are just notices

ezra-g’s picture

Status: Active » Closed (works as designed)

Marking as WAD per #1.

AlecTaylor’s picture

Well in that case, is there a way I can stop the messages from appearing on the page?

It would disrupt the experience of visitors.

greggles’s picture

Yes, http://drupal.org/node/1576682 describes how to do that.