Guys,
the module has wrong install functions. Consider changing the
function fivestar_install() {
drupal_install_schema('votingapi');
}
by
function fivestar_install() {
drupal_install_schema('fivestar');
}
best regards,
massa
Guys,
the module has wrong install functions. Consider changing the
function fivestar_install() {
drupal_install_schema('votingapi');
}
by
function fivestar_install() {
drupal_install_schema('fivestar');
}
best regards,
massa
Comments
Comment #1
quicksketchAhem, yeah sorry...
This has already been fixed in HEAD. I'll roll a beta4 shortly.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.