I have this error when creating a Calendar-view. How can I get rid of this? Thank you
Strict warning: Declaration of views_handler_filter_user_relationships_type::value_validate() should be compatible with that of views_handler_filter::value_validate() in _registry_check_code() (line 2680 of C:\xampp\htdocs\Drupal77\drupal-7.7\includes\bootstrap.inc)
Comments
Comment #1
dawehnerYou should move this to the module, which has the views_handler_filter_user_relationships_type class, this one doesn't belong to views.
Comment #2
kars-t commentedMoving to user_relationships as the error points to their Views implementation.
Comment #3
berdirFixed.
Comment #5
funature commentedi see this error when i run the update.
Strict warning: Declaration of views_handler_filter_user_relationships_type::value_submit() should be compatible with that of views_handler_filter_in_operator::value_submit() in _registry_check_code() (line 3046 of ../includes/bootstrap.inc).