I installed my drupal DB with prefixes but voting actions does not add them when creating the tables resulting in errors.
without prefixes it works just fine
I installed my drupal DB with prefixes but voting actions does not add them when creating the tables resulting in errors.
without prefixes it works just fine
Comments
Comment #1
arkepp commentedJust search through the module for FROM, replace "voting_actions" and "actions" with "{voting_actions}" and "{actions}" respectively.
It's just six or seven replacements, the curly brackets make Drupal add the prefixes automatically.
Comment #2
arkepp commented(I realize this is probably of no use to you, i'm only mentioning it for others and for the module maintainer)
Forgot: You have to do the same thing for UPDATE.
Comment #3
duaelfrThis version of Voting Actions is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.