swish.module contains hardcoded "files" path inside. This means it will not work for sites where default path setting "drupal_root/files" has been changed to a custom path (like "drupal_root/some_other_file_path").

Attached is a patch that is using a variable $index_dir which takes current "files" setting.

Hope the attached patch helps - please bare with me in case my assuption was wrong, as it's the first try to submit a patch.

Thank you,
Silviu

CommentFileSizeAuthor
swish_0.patch1.99 KBpetrescs

Comments

hansfn’s picture

Please consider using http://drupal.org/node/38379 instead - (very) slightly better.

populist’s picture

Status: Needs review » Fixed

addressed in 4.7 release

Anonymous’s picture

Status: Fixed » Closed (fixed)