Warning about a missing table in mysql
jpduffy - August 8, 2006 - 20:44
| Project: | Voting Actions |
| Version: | 4.7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have installed voting, voting_agi and voting_actions. I now have this error message:
user warning: Table 'xxxxxxx_drpl1.actions' doesn't exist query: SELECT DISTINCT type FROM actions in /home/xxxxxxx/public_html/includes/database.mysql.inc on line 120.
This only occurred after I installed voting actions.
Am I doing something wrong, or is this a bug?

#1
You'll also need to install the Actions module. I hope that Drupal will eventually get a module dependency and automatic installation system, but for now it's all manual.
#2
It also suggests that perhaps the Voting Actions module, and/or the other modules, should do some checking on their own and provide more helpful error messages.
#3
Thank you,
That was the answer.