Closed (fixed)
Project:
Search attachments
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2007 at 15:05 UTC
Updated:
3 Nov 2007 at 04:05 UTC
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
Comment #1
markj commentedFixed. 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.