Using Drupal 6.4 (Upgraded from Drupal 5.9) and Amazon 6.x-1.0-beta3.
This is an upgrade from the amazon_tools for drupal 5.x as well.
I am seeing the following in my logs at every cron run.
Table 'mydatabasename.amazon_item' doesn't exist query: SELECT asin FROM amazon_item WHERE timestamp < 1220877726 LIMIT 0, 50 in /pathtomydrupalinstallation/sites/all/modules/amazon/amazon.module on line 557.
Where mydatabasename is the name of my sql database
and
pathtomydrupalinstallation is what you think it is.
Comments
Comment #1
tcblack commentedThere is no amazon_item table in my database. There is however an amazonitem table. I'm not sure if this is a bad carryover from the former amazon module for Drupal 5 or what?
Comment #2
rfayYour best bet here is to disable the module, uninstall it, check to see if there are stray tables in the database. Drop them if there are. Then reinstall the module.