Seems to be a trivial fix in faceted_search_views.info:
-dependencies = faceted_search faceted_search_ui search views
+dependencies[] = faceted_search
+dependencies[] = faceted_search_ui
+dependencies[] = search
+dependencies[] = views
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | faceted_search_views.info.D6.patch | 608 bytes | lyricnz |
Comments
Comment #1
lyricnz commentedPatch
Comment #2
betz commentedThis patch is only for the .info file
I came across this error when enabled in drupal 6.6
user warning: Table 'reispaleis_ii35A.ii35_view_view' doesn't exist query: SELECT v.name FROM ii35_view_view v INNER JOIN ii35_view_argument a ON a.vid = v.vid WHERE a.type = 'faceted_search_results' ORDER BY v.name in /home/reispaleis/public_html/sites/all/modules/faceted_search/faceted_search_views.module on line 18.Comment #3
David Lesieur commentedWe'll need much more than changing the info file to be compatible with Views 2. This is part of the ongoing work with the Drupal 6 port. See #219095: Port Faceted Search to Drupal 6.