On a project where we needed to upgrade views 7.x-3.0-beta3 to views 7.x-3.x (commit: fd0d1b7 ...)

After the upgrade, we're getting this error:

* Strict warning: Declaration of views_handler_field_fontyourface_tag_font_tid::init() should be compatible with that of views_handler_field::init() in require_once() (line 12 of /D7/sites/all/modules/fontyourface/views/views_handler_field_fontyourface_tag_font_tid.inc).
* Strict warning: Declaration of views_handler_field_fontyourface_tag_font_tid::pre_render() should be compatible with that of views_handler_field::pre_render() in require_once() (line 12 of /D7/sites/all/modules/fontyourface/views/views_handler_field_fontyourface_tag_font_tid.inc).
* Strict warning: Declaration of views_handler_filter_tag_font_tid::value_validate() should be compatible with that of views_handler_filter::value_validate() in _registry_check_code() (line 2724 of /D7/includes/bootstrap.inc).

Comments

mike stewart’s picture

Status: Active » Needs review
StatusFileSize
new1.33 KB

and here's a *potential* fix, obviously needs review. I'm really not sure if you want to pass these by reference or not... but it makes the error messages go away ;-)

mike stewart’s picture

StatusFileSize
new872 bytes

realized the last patch was built off file source from 7.x-1.2 branch...

this patch is based on 7.x-1.x (dev)

sreynen’s picture

Status: Needs review » Fixed

Fix committed to dev. Thanks for both the report and the patch, mike stewart.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.