The search functions within book review module are not compatible with Drupal 4.6.0. As a result, enabling the module, and trying to do a search using Drupal's search engine generates a site-wide crash.

The problem is in line 389 of the module: node_access_join_sql() is not defined anymore in 4.6.0, if I'm not mistaken.

Comments

baudolino’s picture

Proposed fix:

Simply delete functions bookreview_search and bookreview_update_index (from line 389 until EOF). These hooks seem to be obsolete. Drupal's search engine finds bookreview content without any problems.

jeremy’s picture

Assigned: Unassigned » jeremy

This was already fixed this morning. The new tarball should be created shortly. (I tagged the 4.6 branch right after the earlier mentioned commit.

Anonymous’s picture