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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | tagging-php-strict-compatibility-warning-declaration-d7-1418304-5521394.patch | 1.52 KB | Mark EWERS |
Comments
Comment #1
eugenmayer commentedthose are strict warning. Not going to work on those - but patches are welcome.
Comment #2
Mark EWERS commentedMinor patch clearing up the php strict warnings attached.
Comment #3
eugenmayer commentedThank you mark, will pull that one in for the next release
Comment #4
tkollar commented