If search_attachments can't find the 'files' directory (eg., on a fresh Drupal install before 'files' has been created), it displays the standard error message in the 'Testing' field: "If you're reading this, the 'Text' helper is not configured properly." Fix: test to see if the 'files' directory is present in the .install file.

Comments

markj’s picture

Status: Active » Closed (fixed)

Fixed. Since the value of file_directory_path() is used to find files for testing the helper apps, I have added a warning in the .install file that tells the site admin that it is not set correctly.