Closed (fixed)
Project:
Views Slideshow: Galleria
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 08:26 UTC
Updated:
5 Mar 2012 at 03:30 UTC
The following error displays in a rather scary red box:
Fatal error: Theme at //sites/all/themes/mytheme/js/galleria/galleria.mytheme.js could not load, check theme path.
And the nothing relating to the slideshow displays.
If I modify line 135, which is currently:
$theme_path = base_path() . '/'. $custom_theme_path;
..and simply remove the '/' . to form:
$theme_path = base_path() . $custom_theme_path;
This fixes the problem.
Comments
Comment #1
sgabe commentedCommitted to both branches, thanks!
Comment #2
carn1x commentedawesome thanks :D