I'm running Drupal 4.6.2, with the 4.6.0 version of spam.module and trackback.module. I went to administer trackbacks today, and I received this error:

user error: Table 'pennywit_drpl1.spam_tracker' doesn't exist
query: SELECT COUNT(*) FROM trackback_received tr LEFT JOIN spam_tracker s ON tr.trid = s.id WHERE tr.status = 1 in /home/pennywit/public_html/includes/database.mysql.inc on line 66.

user error: Table 'pennywit_drpl1.spam_tracker' doesn't exist
query: SELECT tr.*, s.probability FROM trackback_received tr LEFT JOIN spam_tracker s ON tr.trid = s.id WHERE tr.status = 1 ORDER BY created DESC LIMIT 0, 50 in /home/pennywit/public_html/includes/database.mysql.inc on line 66.

I ran these modules without problems on my old site, but I seem to have problems here. Not sure if this is an error in trackback.module or spam.module.

Comments

zorac’s picture

Status: Active » Closed (fixed)