Closed (fixed)
Project:
Views Slideshow: Galleria
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2012 at 00:58 UTC
Updated:
21 Oct 2013 at 13:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mattyoung commentedThe undefined indice are like this:
Comment #2
nico-k commentedHello mattyoungs,
did you fix the problem?
I have the same problem (same messages)
Thank you
Nico
Comment #3
JeroenKool commentedsame here, takes forever to load the galleria view options
Comment #4
Anonymous (not verified) commentedSame problem here on line 63.
Comment #5
gmclelland commentedI'm getting the same notices. Does anyone know a solution?
Comment #6
gmclelland commentedAttached is a patch that will fix these 3 problems:
Notice: Undefined index: mode in views_slideshow_galleria_views_slideshow_slideshow_type_form() (line 63 of /Users/glenn/websites/7c9d097f-0bc1-457d-8314-1d9e37f102bf/profiles/cmf/modules/contrib/views_slideshow_galleria/views_slideshow_galleria.views_slideshow.inc).Notice: Undefined index: lightboxFadeSpeed in views_slideshow_galleria_views_slideshow_slideshow_type_form() (line 256 of /Users/glenn/websites/7c9d097f-0bc1-457d-8314-1d9e37f102bf/profiles/cmf/modules/contrib/views_slideshow_galleria/views_slideshow_galleria.views_slideshow.inc).Notice: Undefined index: lightboxTransitionSpeed in views_slideshow_galleria_views_slideshow_slideshow_type_form() (line 262 of /Users/glenn/websites/7c9d097f-0bc1-457d-8314-1d9e37f102bf/profiles/cmf/modules/contrib/views_slideshow_galleria/views_slideshow_galleria.views_slideshow.inc).If you want the fix for the following errors, see #2055995: Fullscreen double tap and fullscreen crop default values
Notice: Undefined index: fullscreen_crop in views_slideshow_galleria_views_slideshow_slideshow_type_form() (line 161 of /Users/glenn/websites/7c9d097f-0bc1-457d-8314-1d9e37f102bf/profiles/cmf/modules/contrib/views_slideshow_galleria/views_slideshow_galleria.views_slideshow.inc).Notice: Undefined index: fullscreen_double_tap in views_slideshow_galleria_views_slideshow_slideshow_type_form() (line 168 of /Users/glenn/websites/7c9d097f-0bc1-457d-8314-1d9e37f102bf/profiles/cmf/modules/contrib/views_slideshow_galleria/views_slideshow_galleria.views_slideshow.inc).Hope that helps
Comment #7
sgabe commentedCommitted, thanks!