I am using latest D7 versions of views, date and calendar modules. On default calendar views page I am getting next errors

Strict warning: Declaration of views_handler_field_user_picture::element_type() should be compatible with that of views_handler_field::element_type() in _registry_check_code() (line 2791 of /home/ivica/moje/bin/lampp_new/htdocs/yim1/includes/bootstrap.inc). 
Strict warning: Declaration of date_api_filter_handler::init() should be compatible with that of views_handler_filter::init() in require_once() (line 19 of /home/ivica/moje/bin/lampp_new/htdocs/yim1/sites/all/modules/date/includes/date_api_filter_handler.inc).
CommentFileSizeAuthor
#1 views-1000044.patch1.44 KBpivica

Comments

pivica’s picture

StatusFileSize
new1.44 KB

And here is a patch that is fixing this two errors.

And I forgot to mention that I am using PHP 5.3.1.

pivica’s picture

Sorry pasted error output was not 100% correct, here is the right one

Strict warning: Declaration of views_handler_field_markup::element_type() should be compatible with that of views_handler_field::element_type() in _registry_check_code() (line 2791 of /home/ivica/moje/bin/lampp_new/htdocs/yim1/includes/bootstrap.inc). 
Strict warning: Declaration of views_handler_field_user_picture::element_type() should be compatible with that of views_handler_field::element_type() in _registry_check_code() (line 2791 of /home/ivica/moje/bin/lampp_new/htdocs/yim1/includes/bootstrap.inc). 
dawehner’s picture

Status: Needs review » Fixed

Thanks. Commited to views 3 on drupal 7.x-3.x

Status: Fixed » Closed (fixed)

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