I get this error when I installed Hierarchical select and modify a view with better exposed filters
Strict warning: Declaration of hs_taxonomy_views_handler_filter_term_node_tid::init() should be compatible with views_handler::init(&$view, &$options) in _registry_check_code() (line 3066 of C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\pn\includes\bootstrap.inc).

Comments

tammo’s picture

Same here. Not using better exposed filters.

topeng’s picture

I am facing the same issue, with or without "better exposed filters", is there any update for this issue?

kars-t’s picture

Priority: Major » Normal

Hi

this is a strict warning and not necessarily a problem.

How can I reproduce this issue and do you have any real problems other than the warning?

dianacastillo’s picture

no problem that I know of, just the warning. I cant reproduce it right now either.

kars-t’s picture

Status: Active » Closed (cannot reproduce)

Okay than I'd say that we close this issue.

caro_40_47’s picture

Component: Code - Content Taxonomy Views » Code
Status: Closed (cannot reproduce) » Active

Hello everybody !

I just got the same issue after installing Calendar module (along with Date module). Reopening the bug report so...
Am I the only one to get this issue ? Is this a real problem ?

Thanks in advance for any kind of help.

Caroline

haegar der schreckliche’s picture

I only get this warning after applying the patch suggested in https://drupal.org/node/1587570

Garra’s picture

Hello Carolina
As you i have this issue after installing Calendar and FullCalendar...

How fixe it?

thanks a lot

Strict warning : Declaration of hs_taxonomy_views_handler_filter_term_node_tid::init() should be compatible with that of views_handler_filter_term_node_tid::init() dans require_once() (

Ok i update my comment :

i did what the message tell as:

class hs_taxonomy_views_handler_filter_term_node_tid extends views_handler_filter_term_node_tid {
   // ............
  function init(&$view, $options) {
     // ............
  }
   // ............
}

and added the "&" before $options

thummel’s picture

Same problem. I tried the module Simple hierarchical select and it seems to work well with most of the features as HS:
https://drupal.org/project/shs

Tracey

wim leers’s picture

Status: Active » Needs work

#8: so adding the space fixed it? If you can roll a patch, I'll commit it and credit you :)

skylord’s picture

Issue summary: View changes
Status: Needs work » Needs review
StatusFileSize
new633 bytes
andros’s picture

Status: Needs review » Needs work

Patch does not work for me.

kristofferwiklund’s picture

Status: Needs work » Reviewed & tested by the community

No problem with the patch. Have applied it to dev version without problem. And it solved the described problem.

For me the error message was displayed when creating and deleting content types.

truyenle’s picture

#11 work for me.

fairisle’s picture

After I enabled date and calendar module, I got same error.
However,the patch works for me. (#8 = #11)

biarr’s picture

Yeap, patch #11 fixes the issue. Thanks.

  • stefan.r committed 307f358 on 7.x-3.x
    Issue #1909732 by skylord | dianacastillo: Fixed Strict warning:...
stefan.r’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Committed #11, thanks!

stefan.r’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

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