Closed (fixed)
Project:
Views Horizontal Slider
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
22 Feb 2012 at 02:29 UTC
Updated:
11 Oct 2013 at 22:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
marcoka commentedviews version?
this is a php strict error because you have php configured to output strict warnings. this does not make the module nonfunctional.
patches welcome.
Comment #2
marcoka commentedComment #3
owlee commentedThanks for the reply. I'll turn off the warning message when I publish the site.
The views module version is 7.x-3.1
This horizontal slider is a great module!
Comment #4
hugobcn commentedCould you said me the way to change priotity? I'm lossing
Comment #5
pat redmond commentede-anima, if you change line 105 of views_horizontal_slider_style_plugin.inc from
function options_validate($form, &$form_state) {
to
function options_validate(&$form, &$form_state) {
(note the insertion of '&' in front of $form)
then the warning no longer appears.
Comment #6
pat redmond commentedOK, here is the patch for this one too.
Comment #7
sonerortac commentedThanks Pat Redmond modul is working properly
Comment #8
pat redmond commentedComment #9
wing112707 commentedpat redmond thanks.
Comment #10
fmilland commented#5 worked for me, thanks!
Comment #11
artijangam commentedStrict warning: Declaration of views_horizontal_slider_style_plugin::options_validate() should be compatible with views_plugin::options_validate(&$form, &$form_state) in require_once()
i have done same changes and its work.
Thanx my warning is remove :)
Comment #12
dsoundmn commentedduplicate fixed in #1704978: Module is failing wc3 validation