Posted by rkdesantos on July 26, 2008 at 11:56pm
Jump to:
| Project: | TrackBack |
| Version: | 5.x-1.x-dev |
| Component: | Other |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
Any update on this? Additional info needed?
#2
Will this be fixed? Is any activity going on with this module?
#3
unfortunately I don't have Spam module on my test sites.
Can you provide a patch to fix this issue?
#4
I 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.
#5
subscribing
#6
I'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.