Closed (fixed)
Project:
Similar By Terms
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2010 at 14:25 UTC
Updated:
1 Jan 2011 at 23:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| similarterms-specify_relationships_in_add_table_call-eojthebrave.patch | 595 bytes | eojthebrave |
Comments
Comment #1
asak commented+1 reviewed.
Comment #2
jjeff commentedFixed. 6.x-2.2 just created.