Posted by romansta on January 27, 2012 at 12:24am
3 followers
| Project: | Tagging |
| Version: | 7.x-3.3 |
| Component: | UX / GUI / Interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Issue Summary
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
#1
those are strict warning. Not going to work on those - but patches are welcome.
#2
Minor patch clearing up the php strict warnings attached.
#3
Thank you mark, will pull that one in for the next release