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
CommentFileSizeAuthor
#1 faceted_search_views.info.D6.patch608 byteslyricnz

Comments

lyricnz’s picture

Status: Active » Needs review
StatusFileSize
new608 bytes

Patch

betz’s picture

This 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.

David Lesieur’s picture

Status: Needs review » Closed (duplicate)

We'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.