Table is probably misnamed.
Table 'nashnews_drup.drupal_votes' doesn't exist query: SELECT MAX(voting_id) FROM drupal_votes in /home/nashnews/public_html/includes/database.mysql.inc on line 66.
This looks like someone did a physical dump of the DB and MySql is looking for that that irrespective of the changed location or oddly it may be the reverse. I can't really tell. It may be looking for the table as named and not taking into accunt the prefixes on a shared server.. So its putting prefix in front of the prefix and can't find later. The actual name of the db above is nashnews_drup but as you see its looking for 'nashnews_drup.drupal_votes' and I have to assume it wants 'nashnews_drup.votes'. I'll rename and try to report if I can.
Comments
Comment #1
benshell commentedThanks for the bug report. I committed the fix to CVS this morning.
Comment #2
(not verified) commentedComment #3
rainynight65 commentedComment #4
benshell commented