The modulo seems well function but this error always appears:
Strict warning: Declaration of hs_taxonomy_views_handler_filter_term_node_tid::exposed_validate() should be compatible with views_handler_filter_term_node_tid::exposed_validate(&$form, &$form_state) in _registry_check_code() (linea 3186 di /home/xxxxx/public_html/includes/bootstrap.inc).
What does it mean?

Comments

stefan.r’s picture

Title: What is this error? » Strict warning: Declaration of hs_taxonomy_views_handler_filter_term_node_tid::exposed_validate() should be compatible with views_handler_filter_term_node_tid::exposed_validate
Category: Support request » Bug report

This can be ignored -- remember always to turn off errors on production sites, or change the error_reporting level to skip strict warnings.

I will implement a fix that should stop the error from appearing in 3.0-beta2

  • stefan.r committed 3ede7f6 on 7.x-3.x
    Issue #2490124: Strict warning: Declaration of...
stefan.r’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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