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

rkdesantos’s picture

Any update on this? Additional info needed?

rkdesantos’s picture

Will this be fixed? Is any activity going on with this module?

thePanz’s picture

unfortunately I don't have Spam module on my test sites.
Can you provide a patch to fix this issue?

rkdesantos’s picture

Version: 5.x-1.5 » 5.x-1.x-dev

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.

marco88’s picture

subscribing

gnassar’s picture

Status: Active » Closed (duplicate)

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.