Closed (fixed)
Project:
Similar Entries
Version:
7.x-2.0-beta1
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2011 at 03:30 UTC
Updated:
27 Feb 2012 at 08:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
BeaPower commented?
Comment #2
sashken2 commentedI have this error too
Comment #3
vrc3 commentedChange line 74 of similar/views/similar_handler_argument_nid.inc from
$nids = $this->nids;to
$nids = $this->view->nids;Comment #4
buddaMy watchdog logs are full of this php notice message too.
Comment #5
JayKayAu commentedHere's a patch based on #3. If this works, we should get it committed :)
Comment #6
sashken2 commentedvrc3, JayKayAu thanks. It's work for me.
But this error stayed:
Notice: Undefined index: ru in similar_handler_argument_nid->query() (line 68 of /home/u2883/domains/34355.ru/sites/all/modules/similar/views/similar_handler_argument_nid.inc).
Comment #7
plastikkposen commentedSame line 68 code error here. The patch does not produce any output here...
Comment #8
fixus971 commentedSimilar line 68 code error here:
only different language code.
in code I see:
$text .= "$node->title {$node->body[$node->language][0]['value']} ";Please correct.
Thanks -Fixus
Comment #9
jordojuice commentedWe're working on fixing the Views integration. Since the release of Views 3 the 2.x branches of Similar Entries are no longer compatible with Views. This incompatibility ultimately causes SQL syntax errors. Similar Entries 2.x with Views integration will be supported again when this issue is resolved. See #1345954: Views 3 incompatibility to track this issue. Patches are welcomed : )
Comment #10
jordojuice commentedThis patch should fix this issue.
Comment #11
jordojuice commentedCommitted.