Notice: Undefined variable: sliderControls

Hi,

I get this message when in the backend I turn on navigation: No together with the adaptor slider.
Can you please help me out on this one?

The complete error message is:
Notice: Undefined variable: sliderControls in /var/www/vhosts/xxxxxxxxxxxx/httpdocs/dev/nauta2/modules/mod_responsivebannerslider/mod_responsivebannerslider.php on line 58 Notice: Undefined variable: sliderControls in /var/www/vhosts/xxxxxxxxx/httpdocs/dev/nauta2/modules/mod_responsivebannerslider/mod_responsivebannerslider.php on line 64

Thanks
11 years 3 months ago #1 by Niels Bons

Please Log in or Create an account to join the conversation.

So sorry but I still don;t understand when/why this error happen

I get this message when in the backend I turn on navigation: No together with the adaptor slider.


is there any similar error shown up in the frontend?
11 years 3 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

This error message is shown in the frontend. But it only shows with the navigation switched off and the adaptor slider turned on
11 years 3 months ago #3 by Niels Bons

Please Log in or Create an account to join the conversation.

Ok I understand now...yes there's a little typo bug there.

Can you edit on these both lines
mod_responsivebannerslider.php on line 58 and line 64 from
$sliderControls==1
$sliderControls!=1

to
$sliderControl==1

and
$sliderControl != 1

save the file, see the result if the error gone. let us know then.
11 years 3 months ago #4 by erwinschro

Please Log in or Create an account to join the conversation.

Thanks, that solved the problem!
11 years 3 months ago #5 by Niels Bons

Please Log in or Create an account to join the conversation.

Ok thanks for your confirmation. We will update the module package ASAP.
11 years 3 months ago #6 by erwinschro

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum