Active
Project:
Couloir Slideshow
Version:
6.x-1.6
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2010 at 21:13 UTC
Updated:
3 Sep 2010 at 21:13 UTC
The file directory option (line 208 in the module file, beginning with "$imagepath=") is severely inconsistent with what actually ends up being loaded.
This bug breaks functionality on sites using a relative file directory that is above the drupal root. (i.e. ../files).
I haven't looked into the issue thoroughly for a proper fix, but my solution was as follows for anyone interested:
1. Remove "file_directory_path() . '/' . " from line 208.
2. Use a directory below the Drupal root, entered into the appropriate field as "/" without slashes either before or after.
Comments
Comment #1
dambrisco commented