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).
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | hierarchical_select-taxonomy-filter-1909732.patch | 633 bytes | skylord |
Comments
Comment #1
tammo commentedSame here. Not using better exposed filters.
Comment #2
topeng commentedI am facing the same issue, with or without "better exposed filters", is there any update for this issue?
Comment #3
kars-t commentedHi
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?
Comment #4
dianacastillo commentedno problem that I know of, just the warning. I cant reproduce it right now either.
Comment #5
kars-t commentedOkay than I'd say that we close this issue.
Comment #6
caro_40_47 commentedHello 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
Comment #7
haegar der schreckliche commentedI only get this warning after applying the patch suggested in https://drupal.org/node/1587570
Comment #8
Garra commentedHello 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:
and added the "&" before $options
Comment #9
thummel commentedSame 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
Comment #10
wim leers#8: so adding the space fixed it? If you can roll a patch, I'll commit it and credit you :)
Comment #11
skylord commentedComment #12
andros commentedPatch does not work for me.
Comment #13
kristofferwiklund commentedNo 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.
Comment #14
truyenle commented#11 work for me.
Comment #15
fairisle commentedAfter I enabled date and calendar module, I got same error.
However,the patch works for me. (#8 = #11)
Comment #16
biarr commentedYeap, patch #11 fixes the issue. Thanks.
Comment #18
stefan.r commentedCommitted #11, thanks!
Comment #19
stefan.r commented