Closed (won't fix)
Project:
Voting Actions
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2006 at 15:47 UTC
Updated:
3 Feb 2013 at 15:46 UTC
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.