Hello,

First of all thank you for the great module

I noticed that when switching to php 7.1
I get an error which puts the front end part of my Drupal site down when i display a slider.

This what i get in the watchdog logs.
Error : [] operator not supported for strings dans template_preprocess_bxslider_views_slideshow_main_frame() (ligne 27 dans /sites/all/modules/contrib/bxslider_views_slideshow/theme/bxslider_views_slideshow.theme.inc).

line 16 of bxslider_views_slideshow/theme/bxslider_views_slideshow.theme.inc says :
$rendered_rows = '';

where it should be something like
$rendered_rows = [];

I looked up in the issues and the problem in seemed to be fixed.
https://www.drupal.org/project/bxslider_views_slideshow/issues/2884520

Has the commit fixing the issue been submited ?

I downloaded a fresh version of the module and it is still like this on line 16 : $rendered_rows = '';

Thank you very much

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joachim desarmenien created an issue. See original summary.

cebab54’s picture

I have this problem too, is there a fix please?

sreher’s picture

Here is a patch. Try this one.

tobiasb’s picture