Active
Project:
Search Files
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 03:47 UTC
Updated:
30 Apr 2012 at 15:50 UTC
The "Search files in attachments" submodule seems to have a dependency on the "Attachments" module: http://drupal.org/project/attachments
When I click the index link I get an error that includes:
Table '[sitename].files' doesn't exist
As far as I'm aware the "files" table is used only by the attachments module linked to above.
If this is correct it means two things:
Is this correct? Can someone familiar with this module confirm?
Comments
Comment #1
jrglasgow commentedsearch_attachments modules has not yet been ported to work with Drupal 7 - in D7 the files table is gone replaced with file_managed which is provided by the system module. the file module provides the ability to add file fields to entities... When I upgrade the search attachments module I plan on making it work with these entity files.
I don't yet know when I will have time to do this.
Comment #1.0
jrglasgow commentedRemoving superfluous li tags.