Closed (duplicate)
Project:
TrackBack
Version:
5.x-1.x-dev
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2008 at 23:56 UTC
Updated:
2 Jun 2009 at 05:42 UTC
See: http://drupal.org/node/281686
These errors are occurring in my log:
Unknown column 's.probability' in 'field list' query: SELECT tr.*, s.probability FROM trackback_received tr LEFT JOIN spam_tracker s ON s.source = 'trackback' AND tr.trid = s.id WHERE s.probability >= 70 ORDER BY created DESC LIMIT 0, 50 in /home/afana/public_html/drupal5/includes/database.mysql.inc on line 172.
Also getting this apparently related error:
Unknown column 's.source' in 'on clause' query: SELECT COUNT(*) FROM trackback_received tr LEFT JOIN spam_tracker s ON s.source = 'trackback' AND tr.trid = s.id WHERE tr.status = 1 in /home/afana/public_html/drupal5/includes/database.mysql.inc on line 172.
Comments
Comment #1
rkdesantos commentedAny update on this? Additional info needed?
Comment #2
rkdesantos commentedWill this be fixed? Is any activity going on with this module?
Comment #3
thepanz commentedunfortunately I don't have Spam module on my test sites.
Can you provide a patch to fix this issue?
Comment #4
rkdesantos commentedI don't feel qualified to do a patch on this as I don't know enough about the inner workings of either the trackback or spam modules. I'm happy to test any patches or fixes however.
Comment #5
marco88 commentedsubscribing
Comment #6
gnassar commentedI'll save the module owner a little work by noting that progress on this issue is being tracked over at #281686: 3.x Spam module not compatible with trackback module.