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

dambrisco’s picture

Priority: Normal » Major