I get this error messages:

  • Strict warning: Declaration of tagging_d7::theme_tagging_widget() should be compatible with that of tagging_d6::theme_tagging_widget() in tagging_base::instance() (line 19 of A:\xampp\htdocs\sieben.welt-gestalten.de\sites\all\modules\tagging\tagging_base.class.inc).
  • Strict warning: Declaration of tagging_d7::theme_tagging_widget_button() should be compatible with that of tagging_d6::theme_tagging_widget_button() in tagging_base::instance() (line 19 of A:\xampp\htdocs\sieben.welt-gestalten.de\sites\all\modules\tagging\tagging_base.class.inc).
  • Strict warning: Declaration of tagging_d7::theme_tagging_widget_wrapper() should be compatible with that of tagging_d6::theme_tagging_widget_wrapper() in tagging_base::instance() (line 19 of A:\xampp\htdocs\sieben.welt-gestalten.de\sites\all\modules\tagging\tagging_base.class.inc).
  • Strict warning: Declaration of tagging_d7::theme_tagging_tags_list() should be compatible with that of tagging_d6::theme_tagging_tags_list() in tagging_base::instance() (line 19 of A:\xampp\htdocs\sieben.welt-gestalten.de\sites\all\modules\tagging\tagging_base.class.inc).
  • Strict warning: Declaration of tagging_d7::theme_tagging_suggestions_list() should be compatible with that of tagging_d6::theme_tagging_suggestions_list() in tagging_base::instance() (line 19 of A:\xampp\htdocs\sieben.welt-gestalten.de\sites\all\modules\tagging\tagging_base.class.inc).
  • Strict warning: Declaration of tagging_d7::theme() should be compatible with that of tagging_d6::theme() in tagging_base::instance() (line 19 of A:\xampp\htdocs\sieben.welt-gestalten.de\sites\all\modules\tagging\tagging_base.class.inc).

PHP: 5.3.8

Comments

eugenmayer’s picture

Status: Active » Closed (won't fix)

those are strict warning. Not going to work on those - but patches are welcome.

Mark EWERS’s picture

Minor patch clearing up the php strict warnings attached.

eugenmayer’s picture

Status: Closed (won't fix) » Patch (to be ported)

Thank you mark, will pull that one in for the next release

tkollar’s picture