Notice: Undefined variable: sliderControls
- Posted by Niels Bons (3) Offline
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 11 months ago #1
by Niels Bons
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
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
So sorry but I still don;t understand when/why this error happen
is there any similar error shown up in the frontend?
11 years 11 months ago #2
by erwinschro
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?
Please Log in or Create an account to join the conversation.
- Posted by Niels Bons (3) Offline
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 11 months ago #3
by Niels Bons
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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
to
and
save the file, see the result if the error gone. let us know then.
11 years 11 months ago #4
by erwinschro
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.
Please Log in or Create an account to join the conversation.
- Posted by Niels Bons (3) Offline
- Posted by erwinschro (1034) Offline
Ok thanks for your confirmation. We will update the module package ASAP.
11 years 11 months ago #6
by erwinschro
Please Log in or Create an account to join the conversation.