Hello,

After setting up my first Galleria as a views block I Get this on the page and no Views is displayed.

Notice: Undefined variable: show_info _views_slideshow_galleria_add_js() in /sites/all/modules/views_slideshow_galleria/views_slideshow_galleria.theme.inc line 119

Comments

giorgio79’s picture

Status: Active » Closed (fixed)

I tried to input percentage in the height and width compulsory fields. I had to input integer.

giorgio79’s picture

Status: Closed (fixed) » Active

Ouch, it still persists... It seems the module incorrectly saves this variable somewhere as show_iInfo

VirtualMitra’s picture

Part of the problem may be that line 324 of views_slideshow_galleria.views_slideshow.inc (part of the views_slideshow_galleria_views_slideshow_slideshow_type_form() function) has:

$form['views_slideshow_galleria']['show_iInfo'] = array(

It should be:

$form['views_slideshow_galleria']['show_info'] = array(

This would make the 'show_info' variable not defined which in my version is called on line 118 of the file mentioned in the description.

gmclelland’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

The code in #3 is already there in 7.x-3.2.