Hi Eaton,
I just installed this module and the latest votingAPI 5.x-dev version, and all seemed fine. Except that when I go to the voting actions settings page, I get this error message...
user warning: Table 'geek.voting_actions_set' doesn't exist query: SELECT * FROM voting_actions_set WHERE parent = 0 ORDER BY weight, name ASC in C:\apache2triad\htdocs\geek4\includes\database.mysql.inc on line 172.
Seems to me that the voting_actions_set table was not installed... I tried to install it by hand, but the server refused, saying I have some error in the code...
I'm using mysql 4.0.26 on the test site, so maybe that could be the problem?
Also, another quick question... when using the voting actions module, do we have to actually enable the votingAPI_actions module?? Seems like double files??
Thanks,
Patchak
Comments
Comment #1
patchak commentedHi Eaton...
I tried to add the tables manually but it still refuses saying that the syntax is not ok... You think there is anything special I should do to add this table to my database? PLease note that all other tables for the module seem to have been installed correctly.
Comment #2
patchak commentedUpdate:
It seems there was a conflit with votingAPI_actions module and the tables it installed... I deleted the votingAPI_module adn it's tables, as well as the voting actions.module stuff and then reinstalled voting actions, and all seems to be ok now...
Comment #3
dries commented