After installing pressflow which has error reporting set to E_ALL I noticed this error which I've tracked down to similarterms.

Notice: Undefined index: in views_query->add_table() (line 257 of sites/all/modules/views/includes/query.inc).

It looks like we need to specify a relationship for the {term_node} table in the ->query() method for similarterms_handler_argument_node_nid.inc

The attached patch fixes the problem for me.

Comments

asak’s picture

Status: Needs review » Reviewed & tested by the community

+1 reviewed.

jjeff’s picture

Status: Reviewed & tested by the community » Fixed

Fixed. 6.x-2.2 just created.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.