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

arkepp’s picture

Just 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.

arkepp’s picture

(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.

duaelfr’s picture

Status: Active » Closed (won't fix)

This 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.